ВходНаше всё Теги codebook 无线电组件 Поиск Опросы Закон Четверг
25 апреля
458979 Топик полностью
Илья (01.11.2013 12:03, просмотров: 283) ответил fk0 на pic30-coff-objdump (xc16-objdump) -dS, pic30-coff-nm (xc16-nm) -l. Ни тот ни другой не могут, будучи применяемы к coff-файлу, дать ассоциацию символа (дизассемблера) и C-файла для некоторых C-файлов. А именно: если в C-файле есть хоть одна
Сейчас Microchip внедрил ELF/DWARF формат. Говорят, что он более правильный чем COFF For debugging, the ELF/DWARF format is preferred, but this format is not supported by MPLAB IDE v8 or early versions of MPLAB X IDE. Before selecting the ELF file output, ensure your IDE version has support for this format. Microchip COFF is the default debugging file output. You must specifically select ELF output for these files to be produced. ELF/DWARF files allow for more accurate debugging. Use of these files correct several COFF-related issues that prevent you from correctly viewing objects, in particular pointer variables, in the IDE. Ensure the IDE version you are using supports ELF before selecting this option. ELF Executable and Linking Format. An object file of this format contains machine code. Debugging and other information is specified in DWARF. ELF/DWARF provide better debugging of optimized code than COFF. DWARF Debug With Arbitrary Record Format. DWARF is a debug information format for ELF files.