|
From: Taco W. <wa...@sc...> - 2007-12-06 08:28:26
|
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 |