I main() har jag DBINIT() som i princip första raden
Kompilatorn har direktivet "-mappio-debug"
Får sedan detta
Kod: Markera allt
Executing: "D:\Microchip\mplabc32\v2.02\bin\pic32-gcc.exe" -mdebugger -mprocessor=32MX795F512L "cfc.o" "exceptions.o" "ff.o" "main.o" "ccsbcs.o" -o"fFAT-CFPMP.elf" -Wl,--defsym=__MPLAB_BUILD=1,--defsym=__MPLAB_DEBUG=1,--defsym=__MPLAB_DEBUGGER_ICD3=1,--defsym=__ICD2RAM=1,--defsym=__MPLAB_SWBPS_ON=1,-Map="fFAT-CFPMP.map"
`_appio_putc' referenced in section `.text' of main.o: defined in discarded section `.discard' of cfc.o
`_appio_putc' referenced in section `.text' of main.o: defined in discarded section `.discard' of cfc.o
`_appio_putc' referenced in section `.text' of main.o: defined in discarded section `.discard' of cfc.o
`_appio_putc' referenced in section `.text' of main.o: defined in discarded section `.discard' of cfc.o
`_appio_putc' referenced in section `.text' of main.o: defined in discarded section `.discard' of cfc.o
`_appio_putc' referenced in section `.text' of main.o: defined in discarded section `.discard' of cfc.o
collect2: ld returned 1 exit status
Link step failed.