On Wednesday 05 December 2007 16:53, Vaclav Peroutka rattled on the keyboard: > Hello, > > > Try with these updates, compiles with SDCC 2.7.0 #4818. > > > > Note that you must recompile the SDCC library files using the 2455 (or > > 4550, ...) as the default processor. If you use the ones that come > > with the SDCC distribution, the resulting code won't work (problem with > > sfr allocations between the 18f242 and the 18f2455). > > I got the message form Xander regarding his USB framework. > > How can I manually create (on Win32 platform) pic18f2455.lib file ? I > downloaded sdcc-2.7.0.tar.bz2 source package and there is just Linux > (./configure;make;make install) methodology described. > > If I try it with just "sdcc pic18f2455.c" - it does not work for me. > > Vaclav > If you work with windows, you should install cygwin (http://www.cygwin.com) which gives you a bash shell where you have an unix-like environment. In this environment you can easily configure, make etc. Taco
------------------------------------------------------------------------- SF.Net email is sponsored by: The Future of Linux Business White Paper from Novell. From the desktop to the data center, Linux is going mainstream. Let it simplify your IT future. http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 _______________________________________________ Sdcc-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sdcc-user
