Ich versuche in MPLAB X den Debug Output zu aktivieren.
Mein project compiled bestens.
Sobald ich jedoch in den Projekt Einstellungen AppIO auswähle und dann
den Debug Modus starte bekomme ich die Fehler:
1 | `_mon_write' referenced in section `.text.write' of /opt/microchip/xc32/v1.20/bin/../lib/gcc/pic32mx/4.5.2/../../../../pic32mx/lib/libpic32.a(write.o): defined in discarded section `.discard' of build/default/debug/Microchip/TCPIP Stack/Hashes.o
|
2 | `_mon_write' referenced in section `.text.write' of /opt/microchip/xc32/v1.20/bin/../lib/gcc/pic32mx/4.5.2/../../../../pic32mx/lib/libpic32.a(write.o): defined in discarded section `.discard' of build/default/debug/Microchip/TCPIP Stack/Hashes.o
|
3 | `_mon_write' referenced in section `.text.write' of /opt/microchip/xc32/v1.20/bin/../lib/gcc/pic32mx/4.5.2/../../../../pic32mx/lib/libpic32.a(write.o): defined in discarded section `.discard' of build/default/debug/Microchip/TCPIP Stack/Hashes.o
|
4 | `_mon_putc' referenced in section `.text.write' of /opt/microchip/xc32/v1.20/bin/../lib/gcc/pic32mx/4.5.2/../../../../pic32mx/lib/libpic32.a(write.o): defined in discarded section `.discard' of build/default/debug/Microchip/TCPIP Stack/Hashes.o
|
5 | collect2: ld returned 1 exit status
|
hat jemand Erfahrung mit dem Debuggen durch AppIO?
#include <sys/appio.h> Wird mit eingebuden.