I am about to try PikLab with SDCC (Both available via Synaptic Package Manager) and an ICD2. To install the IDC2 I followed this tutorial. It’s supposed to be for the Pic Kit 2, but its just about the same for the ICD2. SDCC also requires GPUtils, so install that too.
One problem so far is that you cannot have spaces in the path of the project being used. Complication will fail and report:
Segmentation fault
+ "/usr/bin/gplink" -I"/usr/bin/../share/sdcc/lib/pic16" -I"/usr/share/sdcc/lib/pic16" -c -m -w -r -o xxxxxxxxxxxxxx
*** Exited with status: 1 ***
Post a Comment