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

2007-12-06 Thread soliton
from: http://gputils.sourceforge.net/ Good luck :D -- soliton Diskusi di http://phimega.com/forums - SF.Net email is sponsored by: The Future of Linux Business White Paper from Novell

Re: [Sdcc-user] gputils version used in compiling the latest sdcc source

2007-10-21 Thread soliton
On 10/21/07, Borut Razem <[EMAIL PROTECTED]> wrote: > You can find the today's gputils snapshot at > http://sdcc.sourceforge.net/gputils_snapshots/gputils-20071021.tar.gz. Thank you very much for your help Borut. :) -- soliton Diskusi di h

Re: [Sdcc-user] gputils version used in compiling the latest sdcc source

2007-10-20 Thread soliton
may be some one could do me a fever and prepare the snapshot tarball for me :). Couldn't wait to access the CVS myself on Monday :) -- soliton Diskusi di http://phimega.com/forums - T

[Sdcc-user] gputils version used in compiling the latest sdcc source

2007-10-20 Thread soliton
CVS :( -- soliton Diskusi di http://phimega.com/forums - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and

Re: [Sdcc-user] PIC not executing using any power supply other than the computer USB port

2007-10-18 Thread soliton
olve this reset issue. Any insights on this would be much > appreciated. -- soliton Diskusi di http://phimega.com/forums - This SF.net email is sponsored by: Splunk Inc. Still grepping through

Re: [Sdcc-user] PIC not executing using any power supply other than the computer USB port

2007-10-03 Thread soliton
ker script path NOT SET Default library path NOT SET If you set the environment variables correctly, it will show the correct path. -- soliton Diskusi di http://phimega.com/forums

Re: [Sdcc-user] problem compiling pic16 libraries

2007-10-02 Thread soliton
lmost similiar problem on OpenBSD, but it was because of different shell, OpenBSD ksh and linux use bash. Primarily the SDCC developer use Linux as their development platform, so it should not be a problem. Could you actually see "Makefile.in" in your current compiling

Re: [Sdcc-user] problem compiling pic16 libraries

2007-10-01 Thread soliton
status > config.status: creating Makefile > config.status: error: cannot find input file: Makefile.in > What operating system do you use for compiling this pic16? BSD, Linux, or Windows? I have tried it in OpenBSD, Linux, and Windows, and some times it needs some tweaking. -- soliton

Re: [Sdcc-user] How to make SDCC for AVR such as ATMega8535

2007-09-13 Thread soliton
on gcc. -- soliton Diskusi di http://phimega.com/forums - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse012000

Re: [Sdcc-user] How to make SDCC for AVR such as ATMega8535

2007-09-13 Thread soliton
R? Or do you have problem compiling your application for AVR using SDCC? -- soliton Diskusi di http://phimega.com/forums - This SF.net email is sponsored by: Microsoft Defy all challenges.

Re: [Sdcc-user] How to express binary number in SDCC?

2007-06-17 Thread soliton
On 6/18/07, Mark Rages <[EMAIL PROTECTED]> wrote: On 6/18/07, soliton <[EMAIL PROTECTED]> wrote: > Hello, > > In other C compiler, one could express binary number in following form: > > unisgned char i; > i = 0b1010; > > But it seems that this stateme

[Sdcc-user] How to express binary number in SDCC?

2007-06-17 Thread soliton
Hello, In other C compiler, one could express binary number in following form: unisgned char i; i = 0b1010; But it seems that this statement is invalid in sdcc. Are there any other way to express binary number in SDCC? I don't want the hexadecimal expression like i = 0x0a TIA -- so

Re: [Sdcc-user] Building SDCC in OpenBSD

2007-05-07 Thread soliton
compiled sdcc under OpenBSD 4.0 and also under mingw in Windows box. Thanks for the help. -- soliton - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control o

Re: [Sdcc-user] Reference on how to make lib and header for PIC16F887

2007-05-06 Thread soliton
I compile it in Windows Box. I still have prolem compiling this file in OpenBSD box (discussed in other thread). Could I use this pic16f886.lib and pic16f887.lib which I compile under mingw, windows, in my OpenBSD box? -- soliton --

Re: [Sdcc-user] Building SDCC in OpenBSD

2007-05-06 Thread soliton
/sdcclib.c:590: warning: strcat() is almost always misused, please use strlcat() gmake[1]: Leaving directory `/usr/aswad/aswad/origin/sdcc/support/librarian' ... ... -- soliton - This SF.net email is sponsored by DB2 Express Down

Re: [Sdcc-user] Reference on how to make lib and header for PIC16F887

2007-05-01 Thread soliton
e's lib compiled well without any problem. Do I need to edit certain list so that my sdcc will found '16f886' and '16f887' when I supply -p16f886 or -p16f887 in its option? TIA. -- soliton - This SF.ne

Re: [Sdcc-user] Building SDCC in OpenBSD

2007-04-29 Thread soliton
On 4/30/07, soliton <[EMAIL PROTECTED]> wrote: > The reason is that the mostly used sdcc development platforms are Linux > and Windows + (cygwin or mingw), where the default shell is bash. > > Can you please replace lines > > SHELL = bash > > with > >

Re: [Sdcc-user] Building SDCC in OpenBSD

2007-04-29 Thread soliton
on old machine so it is rather slow :|. I will let you know as soon as I get the result. -- soliton - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your

[Sdcc-user] Reference on how to make lib and header for PIC16F887

2007-04-29 Thread soliton
little different between this device and newer PIC16F887. Any reference would be great. TIA. -- soliton - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control

Re: [Sdcc-user] Building SDCC in OpenBSD

2007-04-27 Thread soliton
On 4/27/07, Xiaofan Chen <[EMAIL PROTECTED]> wrote: On 4/27/07, soliton <[EMAIL PROTECTED]> wrote: > You are right. I had problem installing FreeBSD on my old compaq PC, it > would not install, which made me switch to openbsd. I thought it has the > same flavor, BSD. :) B

Re: [Sdcc-user] Building SDCC in OpenBSD

2007-04-27 Thread soliton
with Pickit2 and FreeBSD? -- soliton - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http:

[Sdcc-user] Building SDCC in OpenBSD

2007-04-27 Thread soliton
Does anybody have experience with OpenBSD box? What possible command the gmake could not found? TIA -- soliton - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take