Re: [Sdcc-user] PIC16 - how to manually create library ?

2007-12-06 Thread Vaclav Peroutka
> > > > > > 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.

Re: [Sdcc-user] Sdcc-user Digest, Vol 19, Issue 2

2007-12-06 Thread plaunay1
> > Message: 7 > Date: Tue, 4 Dec 2007 13:56:04 +0100 > From: [EMAIL PROTECTED] > Subject: Re: [Sdcc-user] PORTA and PORTB bit structures missing for > pic16f88 > To: [EMAIL PROTECTED], sdcc-user@lists.sourceforge.net > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=ISO

Re: [Sdcc-user] PIC16 - how to manually create library ?

2007-12-06 Thread Raphael Neider
Hi, > Is it possible to just run following: > sdcc $SOME_SDCC_PARAMS pic18f2455.c > gpasm $SOME_GPASM_PARAMS pic18f2455.asm > gplib $SOME_GPLIB_PARAMS pic18f2455.o Probably yes, the Makefile causes ../../../../bin/sdcc --asm=gpasm -mpic16 -p18f452 \ --std-c99 -I.

Re: [Sdcc-user] PIC16 - how to manually create library ?

2007-12-06 Thread Peter Kuhar
On Dec 6, 2007 10:44 AM, Vaclav Peroutka <[EMAIL PROTECTED]> wrote: > Hello, > > I probably do not have MinSYS properly installed. The log is attached. > > Is it possible to just run following: > sdcc $SOME_SDCC_PARAMS pic18f2455.c > gpasm $SOME_GPASM_PARAMS pic18f2455.asm > gplib $SOME_GPLIB_PARA

Re: [Sdcc-user] PIC16 - how to manually create library ?

2007-12-06 Thread Vaclav Peroutka
Hello, I probably do not have MinSYS properly installed. The log is attached. Is it possible to just run following: sdcc $SOME_SDCC_PARAMS pic18f2455.c gpasm $SOME_GPASM_PARAMS pic18f2455.asm gplib $SOME_GPLIB_PARAMS pic18f2455.o to have just the desired LIB file ? Or it is just not possible ?

Re: [Sdcc-user] PIC16 - how to manually create library ?

2007-12-06 Thread Peter Kuhar
btw: there is a script in support/scripts directory called somethig like sdcc_cygwin_mingw32 . ( you can modify it to exclude support for non-pic processors ) It should get you running, when everything is compiled ( before make install ) go to lib directory and compile the libs for your pic. In an

Re: [Sdcc-user] PIC16 - how to manually create library ?

2007-12-06 Thread soliton
I am using mingw to compile it under Windows. You can find it here: http://www.mingw.org/ However to compile sdcc you also need bison and flex, you can find them in gnuwin32 package at: http://gnuwin32.sourceforge.net/ Also if your target is PIC microcontroller, then you also need gputils. Get it f

Re: [Sdcc-user] PIC16 - how to manually create library ?

2007-12-06 Thread Peter Kuhar
On Dec 6, 2007 9:18 AM, Taco Walstra <[EMAIL PROTECTED]> wrote: > 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 2

Re: [Sdcc-user] PIC16 - how to manually create library ?

2007-12-06 Thread Taco Walstra
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