Hi,
I'm working on the project which consists of several applications compiled separatlely. Some of them are supplied by another companies and available as binary only. Our build system prepares single hex file with all needed applications and settings in right places.
I'm interested in debugging two applications we develop. I have ELF files for them, but there is no way to flash them directly. I need to flash merged hex file to have target running.
Is there any way to flash hex file and load only symbols from ELF files? I found workaround to debug single application by loading elf with File.Open and then in AfterTargetDownload I erase flash with Target.EraseChip and flash merged hex with Exec.Download. I think this is more like a hack rather than solution and I guess there is simpler way to achieve the same behavior. Moreover this allows me to debug just one application at the time.
In the past I worked with some other debug IDEs which provided functionality to load symbols only. I did not find it in Ozone manual, could you help me with this, please?
Best regards,
TRoland
I'm working on the project which consists of several applications compiled separatlely. Some of them are supplied by another companies and available as binary only. Our build system prepares single hex file with all needed applications and settings in right places.
I'm interested in debugging two applications we develop. I have ELF files for them, but there is no way to flash them directly. I need to flash merged hex file to have target running.
Is there any way to flash hex file and load only symbols from ELF files? I found workaround to debug single application by loading elf with File.Open and then in AfterTargetDownload I erase flash with Target.EraseChip and flash merged hex with Exec.Download. I think this is more like a hack rather than solution and I guess there is simpler way to achieve the same behavior. Moreover this allows me to debug just one application at the time.
In the past I worked with some other debug IDEs which provided functionality to load symbols only. I did not find it in Ozone manual, could you help me with this, please?
Best regards,
TRoland