Debug files

General discussion on mikroProg™ programmer and debugger and mikroProg Suite software as well.
Post Reply
Author
Message
spectric
Posts: 74
Joined: 05 Jan 2007 20:12
Location: Cumbria, Uk

Debug files

#1 Post by spectric » 05 Jun 2023 11:22

Hi all

I am using the Mikro pro compiler for the dsPic. I have access to some files produced by a freind who is using the MPlab X IDE and XC compliler. I only have access to the Hex file which is not a problem but the other file is an ELF file which is a debug file and I do not know if this will be usable in the Mikroe enviroment. If not what debug file is produced / used by Mikroe ?

thanks Roy
all the best Roy

Smart_Aleck
Posts: 16
Joined: 07 Feb 2023 20:45

Re: Debug files

#2 Post by Smart_Aleck » 09 Jun 2023 06:00

Hi Roy,

the ELF file format not in particular a debug file, but it is a relocatable file ( address of code is not fixed ), whereas
the HEX file is typically a fixed address file.
You may use some ELF to HEX converter.

BR
SA

Post Reply

Return to “mikroProg™ programmer and debugger”