??? 10/20/10 05:26 Read: times |
#179202 - use current directory Responding to: ???'s previous message |
SDCC does not use the PATH variable to look for source files. It looks for them in the current directory only. So SDCC also does not look for source files in the bin directory where you should not place your source files in the first place.
Copy led.c to C:xxx and remove it from the bin directory and then try again. If you still get the same error message use dir to see if led.c is really in your current directory C:xxx. |