??? 11/20/10 01:40 Read: times |
#179568 - SDCC assembly debug problem |
I am using Silabs IDE and SDCC to program in assembly language. The Tool Definitions are:
Assembler - sdas8051.exe -plosgff Compiler - sdcc.exe -c --debug --use-stdout -V -I"C:SiLabsMCUInc" Linker - sdcc.exe --debug --use-stdout -V The program compiles and loads Ok, but gives the error OMF file did not contain debug records. How do I get proper debug info in the OMF? |