Displaying 4 results from an estimated 4 matches for "mctarget".
2020 Apr 18
2
Debug symbols are missing in elf
...rsion 2, 3, 4 and 5 information
mb--objdump: DWARF error: found dwarf version '1280', this reader only
handles version 2, 3, 4 and 5 information
Any idea when does the above errors will come?
The llvm generated object file has debug symbols, where as elf doesn't have.
I tried modifying MCTarget layer a lot but not able to find the root-cause.
Any clue is much appreciated.
ex:
hello.c
int main()
{
printf("Hello World\n\r");
printf("Successfully ran Hello World application");
return 0;
}
hello.o objdump:
int main()
{
0: 10a00000 addk r5, r0,...
2020 Apr 18
2
Debug symbols are missing in elf
...where as elf doesn't have.
>>
>
> I take it you mean the linked executable? (the "ELF" file format is used
> for both the object files and the linked executable)
>
>
>
Sorry for the confusion. You are correct, I meant the linked executable.
I tried modifying MCTarget layer a lot but not able to find the root-cause.
>> Any clue is much appreciated.
>>
>> ex:
>> hello.c
>> int main()
>> {
>> printf("Hello World\n\r");
>> printf("Successfully ran Hello World application");
>> ret...
2020 Apr 20
2
Debug symbols are missing in elf
...; I take it you mean the linked executable? (the "ELF" file format is used for both the object files and the linked executable)
>>>
>>>
>>
>> Sorry for the confusion. You are correct, I meant the linked executable.
>>
>>>> I tried modifying MCTarget layer a lot but not able to find the root-cause.
>>>> Any clue is much appreciated.
>>>>
>>>> ex:
>>>> hello.c
>>>> int main()
>>>> {
>>>> printf("Hello World\n\r");
>>>> printf("S...
2020 Apr 21
2
Debug symbols are missing in elf
...;ELF" file format is used for both the object files and the linked executable)
>> >>>
>> >>>
>> >>
>> >> Sorry for the confusion. You are correct, I meant the linked executable.
>> >>
>> >>>> I tried modifying MCTarget layer a lot but not able to find the root-cause.
>> >>>> Any clue is much appreciated.
>> >>>>
>> >>>> ex:
>> >>>> hello.c
>> >>>> int main()
>> >>>> {
>> >>>> printf(&q...