Re: [Sdcc-user] SDCC_INCLUDE doesn't seem to do anything

2007-12-17 Thread Peter S. May
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

[Sdcc-user] SDCC_INCLUDE doesn't seem to do anything

2007-12-16 Thread Peter S. May
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

[Sdcc-user] Two new pic16 devices added, plus script to facilitate adding more

2007-12-05 Thread Peter S. May
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: /