Hi
I installed Keil IDE and related tools as well as gnu-gcc (in the folders provided), but when building the target "Measure" sample project there are errors in the 3 posible configurations for the compiler
1. Using RealView compiler
Build target 'LPC2129' assembling Startup.s... Startup.s: Error: A0594E: System clock has been set back Target not created
2. Using CARM
Build target 'LPC2129' assembling Startup.s... --- Error: can't execute 'C:\Keil\ARM\BIN\AA' Target not created
3. Using GCC (path c:\cygwin)
Build target 'LPC2129' assembling Startup.s... --- Error: can't execute 'as' Target not created
Do I need set the path somewhere?? What about the first error "System clock has been set back"?? what's that??
I'll glad if someone can help me =)