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

New at Keil IDE, but the sample projects doesn't compile

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 =)

Parents
  • I haven't seen it, but there have been posts before about your first problem - about system clock.

    Check if you have any DLL file somewhere with a date in the future. The demo version of the compiler has a time limit, to make sure that people don't run with old versions and then generate support questions.

    This time limit code seems to scan your machine for files in the future, and in that case assume that you have cheated by changing back the PC clock.

Reply
  • I haven't seen it, but there have been posts before about your first problem - about system clock.

    Check if you have any DLL file somewhere with a date in the future. The demo version of the compiler has a time limit, to make sure that people don't run with old versions and then generate support questions.

    This time limit code seems to scan your machine for files in the future, and in that case assume that you have cheated by changing back the PC clock.

Children