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