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_PARAMS pic18f2455.o
>
> to have just the desired LIB file ? Or it is just not possible ?
>
> Thank you,
> Vaclav


> $ support/scripts/sdcc_mingw32

sdcc_mingw32 is for compiling windows version on linux.
use sdcc_cygwin_mingw32 if you are compiling on windows.




>
> checking for gawk... gawk
> checking version of the package... 2.7.0
> checking for i586-mingw32msvc-gcc...
> /usr/local/cross-tools/i386-mingw32msvc/bin/gcc
> checking for C compiler default output file name... configure: error: C
> compiler cannot create executables
> See `config.log' for more details.
> make: *** No targets specified and no makefile found.  Stop.
>
> > ------------ Původní zpráva ------------
> > 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 any case you'll need cygwin environment to compile sdcc on windows,
> mingw
> > is just a way to compile/link it, to work without cygwin.
> >
> > --
> > Peter
> >
> >
> > On Dec 6, 2007 9:42 AM, soliton <[EMAIL PROTECTED]> wrote:
> >
> > > 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 from: http://gputils.sourceforge.net/
> > >
> > > Good luck :D
> > >
>
> -------------------------------------------------------------------------
> 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
>



-- 
http://www.pkuhar.com/
skype: pkuhar
-------------------------------------------------------------------------
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

Reply via email to