Generating debug symbols for ROM images
Jeffrey Lee (213) 6048 posts |
I’ve started to look at how we can modify the build system to generate debug symbols for an entire ROM image. This should help make debugging easier when things inevitably go wrong. The good news is that it’s quite easy to modify the makefile fragments to allow all C & assembler modules to produce GPA files when compiled into ROM images. The bad news is that passing |
Steve Revill (20) 1361 posts |
This is news to us. We’re not really going to be able to say what’s going on there without having a trawl through the compiler source code – not a job for the faint-hearted… :( |
Jeffrey Lee (213) 6048 posts |
When I get home tonight I’ll track down the test case I was using and add the details to the bug tracker. |
Steve Revill (20) 1361 posts |
Thanks for that – we’re doing work on and off on the toolchain at the moment so this sort of thing is just the type of issue that we need to look into. |