Search

Technical Discussion Group Forum

This forum is provided for user discussion. While Beacon EmbeddedWorks support staff and engineers participate, Beacon EmbeddedWorks does not guarantee the accuracy of all information within in the Technical Discussion Group (TDG).

The "Articles" forums provide brief Articles written by Beacon EmbeddedWorks engineers that address the most frequently asked technical questions.

To receive email notifications when updates are posted for a Beacon EmbeddedWorks product download, please subscribe to the TDG Forum of interest.

TDG Forum

PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 03 Sep 2007 02:07 AM by  titinger@digigram.com
LTIB question
 1 Replies
Sort:
You are not authorized to post a reply.
Author Messages
titinger@digigram.com
New Member
New Member
Posts:


--
31 Aug 2007 08:42 AM
    Hello,

    I'm having a problem with a package I added to my LTIB projet for an iMX31 litekit eval card. I build the package with "./ltib -p mypackage"

    What happens is that the package's makefile needs to compiles a tool that it uses to generate header files. Sadly, the invoked gcc is the one that is spoofed, i.e. the arm cross compiler. So the build fails, as the pentium cannot execute the tool.

    what can I do to set the CC_FOR_BUILD environment variable to the host's gcc (compiles for i568), and not to the spoofed target gcc (compiles for arm).

    I tried to set CC_FOR_BUILD=/usr/bin/gcc in the dist spec file, but it is still resolved as the cross compiler.

    please help

    Marc.
    titinger@digigram.com
    New Member
    New Member
    Posts:


    --
    03 Sep 2007 02:07 AM
    i've found some info on the ltib mailing list :

    http://lists.gnu.org/arch...007-01/msg00054.html
    You are not authorized to post a reply.