This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
This appears to be a general CCS related issue rather than anything specific to BIOS. In hopes of getting your question answered faster, I am going to move this post to the CCS forum.
Best Regards,
Dave
Can someone look into this case please? I will need to get back to the end customer. Thanks!
Hello,
Thanks for the test case. I ran on a C55xx Rev3.0 CPU Functional Simulator. I see the issue with the COFF output while DWARF looks as expected. You are correct, it all works fine with 3.1. I also confirmed that it works in CCSv4.
Unfortunately, CCS 3.3 has been deprecated in support so getting a fix for this is unlikely. Any chance the customer is willing to update to v4?
You also mention that the customer needs to stick with COFF because of certain tools that rely on the format. Could you explain what they do? Because if it is for parsing the symbols of the *.out file for information, I'd suggest that they leverage ofd and cg_xml, which can handle COFF or DWARF output (it is agnostic to the format actually). That way they can switch to DWARF format and continue to use CCS 3.3.
Thanks
ki