Hello,
I have always get an error when I try to compile a c application
below are some examples of my problem (no modifications were made to the c apps)
and the contents of my path variable
I have installed sdcc v2.5, perl and gputils-0.13.2-1.exe to e:\miosc
E:\data\midibox\analog_toolbox_v1_1c>make
Makefile generated.
Makefile.bat generated.
Assembling MIOS SDCC wrapper
==========================================================================
Compiling eg.c
Processor: 18F452
e:\miosc\sdcc\bin\sdcpp.exe: eg.c: No such file or directory
ERROR!
E:\data\midibox\clockbox_v1_0>make
Makefile generated.
Makefile.bat generated.
Assembling MIOS SDCC wrapper
==========================================================================
Compiling mclock.c
Processor: 18F452
e:\miosc\sdcc\bin\sdcpp.exe: mclock.c: No such file or directory
ERROR!
PATH=e:\miosc\sdcc\bin;e:\miosc\gputils\bin;E:\miosc\perl\bin;etc…
Michael