I've compiled SDCC 3.7.0 on a Raspberry Pi 2. But I'm having diffuculty with the next step: compiling a blink.c with SDCC:
sdcc -mpic14 -p16f887 blink.c --use-non-free
It just returns "libsdcc.lib: no such file or directory". Please help!
I've compiled SDCC 3.7.0 on a Raspberry Pi 2. But I'm having diffuculty with the next step: compiling a blink.c with SDCC:
sdcc -mpic14 -p16f887 blink.c --use-non-free
It just returns "libsdcc.lib: no such file or directory". Please help!