Re: [Sdcc-user] SDCC + Ubuntu 11.04 & MPLAB X

2011-08-20 Thread Alexandre Martins
Hi Raphael. I now have this output: make -f nbproject/Makefile-default.mk SUBPROJECTS= .build-conf make[1]: Entering directory `/home/amartins/MPLABXProjects/Pic18F4550Test.X' make -f nbproject/Makefile-default.mk dist/default/production/Pic18F4550Test.X.production.cof make[2]: Entering directo

Re: [Sdcc-user] SDCC + Ubuntu 11.04 & MPLAB X

2011-08-20 Thread Raphael Neider
Hi, > Got the right path: /usr/local/share/sdcc and this folder has other > three: include, lib and non-free. I notice that libc18f is not in > /usr/local/share/sdcc/non-free/lib/pic16 but in but in > /usr/local/share/sdcc/lib/pic16 folder. OK, now you need tell gplink to (i) look there and

Re: [Sdcc-user] SDCC + Ubuntu 11.04 & MPLAB X

2011-08-20 Thread Alexandre Martins
Hello Raphael. You are right. Folder /usr/share/sdcc/non-free does not exists. I build again SDCC with this parameter: non_free_lib_dir_suffix="non-free/lib". Builds all, inclusive non-free lib and include, but 'make install' does not copy non-free folder to /usr/share/sdcc. Got the r