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 13 Mar 2007 03:15 AM by  motraat
Software Development
 5 Replies
Sort:
You are not authorized to post a reply.
Author Messages
jamesradix
New Member
New Member
Posts:


--
22 Dec 2006 02:22 PM
    Hi,
    Your website clearly states GNU toolchain available and included. Are you saying this is not true? So, how does one develop software for this board?
    motraat
    New Member
    New Member
    Posts:


    --
    27 Feb 2007 09:38 AM
    it seems they sell borads with lots of constraints!!
    kurtl@logicpd.com
    New Member
    New Member
    Posts:


    --
    28 Feb 2007 01:59 PM
    James,
    The GNU toolchain install is available from the product download page after you have registered your kit.

    Here is a link to the product downloads page:
    http://www.logicpd.com/auth/downloads/i.MX31/

    Here is a direct link to the GNU tools install:
    http://www.logicpd.com/do...all-logicpd-v3-1.exe

    You may also want the Cygwin install as well:
    http://www.logicpd.com/downloads/237/Cygwin.zip

    Good luck,
    -Kurt

    motraat,
    I am sorry you are having issues. Please discuss them here and we will address them.

    Thanks,
    -Kurt
    motraat
    New Member
    New Member
    Posts:


    --
    01 Mar 2007 05:03 AM
    Hi James!

    Are u able to successfully install gnu tool chain and then compile the code? I have installed the gnutool chain but when i compile code using following command this gives error :

    $ gcc -mcpu=arm1136jfs hello.c
    cc1: error: bad value (arm1136jfs) for -mcpu= switch

    Reply if you know right way.
    macneib@gmail.com
    New Member
    New Member
    Posts:


    --
    13 Mar 2007 12:15 AM
    Hi Motraat,

    you need a '-' in the arm1136jf-s like this:

    $ gcc -mcpu=arm1136jf-s hello.c
    motraat
    New Member
    New Member
    Posts:


    --
    13 Mar 2007 03:15 AM
    Hi,

    Thanks for reply.. I feel it depends on ur version of cygwin... In my case following works

    arm-elf-gcc -mtune=arm1136jfs hello.c

    but I still dont know how to run a.out this on board.. Any idea ??
    You are not authorized to post a reply.