Re: [Sdcc-user] ask for errors when compiling with sdcc a pic 16f877a

2017-02-10 Thread Raphael Neider
Hi, file names are case sensitive on Linux. You may want to try -p16f877a and #include (everything lowercase).. Good luck, Raphael 2017-02-09 10:59 GMT+01:00 Maarten Brock : > Hi, > > Look for the pic header files in a non-free package of arch linux. > > Or else uninstall the sdcc package, do

Re: [Sdcc-user] ask for errors when compiling with sdcc a pic 16f877a

2017-02-09 Thread Maarten Brock
Hi, Look for the pic header files in a non-free package of arch linux. Or else uninstall the sdcc package, download the source from our sourceforge page and compile and install from there. Maarten > Hi, I was wondering if im losing an step on trying to compile a > microchips pic 16f877a with s

[Sdcc-user] ask for errors when compiling with sdcc a pic 16f877a

2017-02-08 Thread rexmalebka
Hi, I was wondering if im losing an step on trying to compile a microchips pic 16f877a with sdcc, I've already install guptils, sdcc, piklab and pk2cmd and when trying to compile the pic with this code: main.c -- #include <16F877A.h> #use delay(clock=400) #byte puerto_b=0