> > >
> > > 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.
>
> 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
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.
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
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 ?
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
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
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
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