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

Target not created while using GNUARM

i installed cygwin and GNUARM 4.1,
then i open example Blinky under C:\Keil\ARM\GNU\Examples\

also set toolchain as http://www.keil.com/support/docs/3127.htm told.

when i clik rebuild all target, the output window show:
Build target 'LPC2106'
assembling Startup.s...
Target not created

it seems GNUARM working, but the there's nothing in startup.o, just 0 byte length.

and i don't know why assembling Startup.s... followed by Target not created, how about the BLINKY.C?