Build SDCC for PIC
Problem with gputils v1.5.x
When building with SDCC, v1.5.x outputs non-printable chars in the COFF file which causes MPLABX to fail loading the resulting binary.
Bad chars in COFF file
Compile SDCC
Need to be done for Debian, because Debian package doesn’t contain PIC part of compiler.
1 | apt-get install libboost1.62-dev zlib1g-dev |