David Lucena wrote:
> When using SDCC_INCLUDE, specify full win32 paths (ex c:\cygwin\usr\local...)
> instead of POSIX
> paths.
Erm...no can do. Using Ubuntu, not Windows. :-/
Thanks
PSM
-
SF.Net email is sponsored by:
Che
Tested with the latest svn.
The following works:
env sdcc --verbose -mpic16 -p18f2450 \
-I/usr/local/share/sdcc/include \
-L/usr/share/sdcc/lib/pic16 ctest2450.c
The following does not work:
env SDCC_INCLUDE=/usr/local/share/sdcc/include sdcc \
--verbose -mpic16 -p18f2450 \
-L/usr/share
Greetings --
I have interpreted information for 18F2450 and 18F4450 (the newer,
cheaper siblings of the 18F2550 and 18F4550) from the data sheet
DS39760C. The result of compiling my changes in works, at least for me,
at least no worse than the existing 18F2455 device does. I do get errors
like:
/