Re: [Sdcc-user] freeglut

2007-05-01 Thread Philipp Klaus Krause
I don't think it makes sense to build freeglut with sdcc. I do not see a target platform supported by both sdcc and freeglut. freeglut is intended to be used with operating systems running on personal computers. sdcc is a compiler for embedded systems. I do not know about an OpenGL-capable system w

[Sdcc-user] freeglut

2007-05-01 Thread europa989
hello, inquiring for methods sdcc can perform to build freeglut. Freeglut is a partially-maintained open-source OpenGL interface (Glut: openGL Utility Toolkit). As a reply to an inquiry about OpenGlut, a Mr. John F. Fay of Jacobs Technology TEAS Group suggested Freeglut as it may be interfaced

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

2007-05-01 Thread Raphael Neider
Hi, > When trying to compile > > $ cd /path/to/sdcc/device/lib > $ make model-pic14 > $ make install > > I got following error message when it compile pic16f886.c and 16f887c. > blabla > ... > [ CC ] ==> pic16f886.o > '16f886' was not found. > Is it sdcc which could not found '16f

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

2007-05-01 Thread soliton
Hi Raphael, Thanks for the answer. I just apply the patch for my gpasm, so now it supports 16f88x as I can see in the "gpasm -l" list. Then I renamed the device/lib/pic/libdev/disabled_pic16f88[67].c, removing the "disabled_". When trying to compile $ cd /path/to/sdcc/device/lib $ make model-pi