This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

GNUARM not working with uVision3

Hello,

I am trying to get GNUARM4 working with uVision3 but with little success.

I have followed the instructions here: http://www.keil.com/support/docs/3127.htm which direct me to set the following values:
GNU-Tool-Prefix: arm-elf-
Cygnus Folder: C:\Program Files\GNUARM\

However, I still get the error message:
--- Error: can't execute 'arm-elf-gcc'


GNUARM was downloaded from this website:
http://gnuarm.com/
The two versions I have tried are:
bu-2.16.1_gcc-4.0.1-c-c++_nl-1.13.0_gi-6.1.exe
and
bu-2.15_gcc-3.4.3-c-c++-java_nl-1.12.0_gi-6.1.exe

Any help would be greatly appreciated.

Scott

Parents
  • I have the same problem:

    I try to build \ARM\GNU\Boards\Keil\MCB2100\Blinky
    the output window shows:

    Build target 'MCB2100 Flash'
    assembling Startup.s...
    Target not created

    Then i generated the batch file. It looks like this:

    SET PATH=C:\Arquivos de programas\GNUARM\Bin;C:\Arquivos de programas\GNUARM\Arm-Tools\Bin\
    SET GCCINC=BIN\INC\Philips\;BIN\INC\
    SET GCCLIB=BIN\LIB
    SET CPU_TYPE=LPC2124
    SET CPU_VENDOR=Philips
    SET UV2_TARGET=MCB2100 Flash
    SET CPU_CLOCK=0x00000000
    arm-elf-as @.\flash\startup._ia

    What should I do next??

Reply
  • I have the same problem:

    I try to build \ARM\GNU\Boards\Keil\MCB2100\Blinky
    the output window shows:

    Build target 'MCB2100 Flash'
    assembling Startup.s...
    Target not created

    Then i generated the batch file. It looks like this:

    SET PATH=C:\Arquivos de programas\GNUARM\Bin;C:\Arquivos de programas\GNUARM\Arm-Tools\Bin\
    SET GCCINC=BIN\INC\Philips\;BIN\INC\
    SET GCCLIB=BIN\LIB
    SET CPU_TYPE=LPC2124
    SET CPU_VENDOR=Philips
    SET UV2_TARGET=MCB2100 Flash
    SET CPU_CLOCK=0x00000000
    arm-elf-as @.\flash\startup._ia

    What should I do next??

Children