Hello,
I'm using Keil uvision V3.62c and I tried to use the GNU V3.22 with uclib to compile the Blinky example. As assembling Startup.s I have the folowing message: arm-uclibc-as: unrecognized option '-gdwarf-2'
The right option should be '--gdwarf2' but I don't know how changing the 'Compiler control string'
I removed the 'debug Information' in the 'output' tab from the 'target option' and the -gdwarf-2 option was deleted. The startup.s compiles.
Thanks