There are some changes in SDCC since the 3.1.0 version so I am having to modify the template and the result of the config generator. SDCC use "__interrupt" instead of "interrupt" and there is similar modification with "at". So here is my working template for PIC16F690 device: /* ----------------------------------------------------------------------- */ /*...
2012-03-18 13:57:25 PDT in Piklab
+ args += "--use-non-free"; args += "-m%FAMILY"; // this is used by piklab - default args += "-%DEVICE"; // this is used by piklab - default args += "-V"; // verbose // this is used by piklab - default args += "--debug"; // this is used by piklab - default + args += "--nogcse"; // this is coming from SDCC svn source...
2012-03-14 10:05:02 PDT in Piklab
I think, this could help other people to solve the problem, if it appear. That was all I opened this patch.
2012-03-05 08:05:51 PST in Piklab
I had problem during configure piklab_kde4. Here is the message: zsolti@asztalos:~/svn/trunk/piklab_kde4$ cmake . CMake Error at /usr/share/cmake-2.8/Modules/FindKDE4.cmake:98 (MESSAGE): ERROR: cmake/modules/FindKDE4Internal.cmake not found in /home/zsolti/.kde/share/apps;/usr/share/kde4/apps Call Stack (most recent call first): cmake/Piklab.cmake:28 (find_package...
2012-03-04 01:03:15 PST in Piklab
R 7355 I checked out the latest svn version of sdcc into an empty directory, and started configure and I got this message: configure: creating ./config.status config.status: creating doc/Makefile config.status: creating src/pic14/Makefile config.status: creating device/lib/Makefile config.status: creating device/non-free/lib/Makefile config.status: creating main.mk config.status...
2012-02-25 08:38:47 PST in Small Device C Co...
I got this message during compiling the gputils source: make[3]: Entering directory `/home/viki/svn/gputils/gputils/gpasm' gcc -DHAVE_CONFIG_H -I. -I.. -I../libgputils -I../include -Wall -pedantic -g -O2 -MT scan.o -MD -MP -MF .deps/scan.Tpo -c -o scan.o scan.c scan.c: In function ‘yy_get_next_buffer’: scan.c:2410: error: ‘GP_CURRENT_BUFFER_LVALUE’ undeclared (first use in this...
2012-02-25 08:30:51 PST in gputils
I downloaded the latest svn ( 664 ) and started to compile it. I had to faced with this messege some seconds later: make[2]: Leaving directory `/home/zsolti/svnsource/gputils/gputils/gputils' Making all in header make[2]: Entering directory `/home/zsolti/svnsource/gputils/gputils/header' make[2]: Nothing to be done for `all'. make[2]: Leaving directory...
2012-02-15 03:09:17 PST in gputils
It is strange for me that some devices are marked as a "future device" by microchip and I can buy them form the hungarian distributor. So I made some modification for using my next target and little more. 16f1503 16f1508 16f1509 16f1516 16f1517 16f1518 16f1519 16f1526 16f1527 Files takes places: /sdcc/device/include/pic14/pic14devices.txt...
2012-01-08 14:09:07 PST in Small Device C Co...
Here is two additional file for PikLAB handling enhached core devices.
2012-01-01 11:45:57 PST in Piklab
That is correct for me.
2011-12-11 00:38:54 PST in gputils