Another GDB attempt
DavidZemon
Posts: 2,973
in Propeller 1
I thought I'd starting playing with GDB again and see where it goes. I didn't get very far
Any idea why the ccr symbol is missing?
$ propeller-elf-gcc -m32bit-doubles -Wall -save-temps --std=gnu++0x -fno-exceptions -fno-rtti -fno-threadsafe-statics -mlmm -O0 -g -I"Tons/of/includes/here" -o CMakeFiles/Blinky_Demo.dir/Blinky_Demo.cpp.obj -c <project root>/PropWare/Examples/PropWare_Blinky/Blinky_Demo.cpp $ propeller-elf-gcc -mlmm -oBlinky_Demo.elf CMakeFiles/Blinky_Demo.dir/Blinky_Demo.cpp.obj ../../PropWare/models/lmm/libPropWare.a ../../external_libs/lmm/libLibpropeller.a ../../external_libs/lmm/libSimple.a Code size = 5332 Total size = 5504 $ propeller-elf-gdb -b 460800 Blinky_Demo.elf Propeller Version 1 on /dev/ttyUSB0 error: unable to debug this ELF file: __ccr__ symbol missing error: load failed $ nm Blinky_Demo.elf | grep ccr $
Any idea why the ccr symbol is missing?
Comments