MPLAB Debug symbols on ERIKA Enterprise - solved!

Forum related to the FLEX boards

Moderator: paolo.gai

Locked
paolo.gai
Administrator
Posts: 875
Joined: Thu Dec 07, 2006 12:11 pm

MPLAB Debug symbols on ERIKA Enterprise - solved!

Post by paolo.gai » Fri Jun 13, 2008 7:45 am

Dear all,

as many of you noted, for some reasons the ELF files produced by RT-Druid or Scilab does not show the source code in MPLAB IDE.

We have been searching for the reason for some time, without finding the reason why our compiler scripts does not work.

Finally, yesterday night it seems I have found a solution to the problem.

The reason is that when compiling with ELF, the MPLAB IDE does not interpret correctly absolute pathnames, failing to show the application source code. It does not happen when compiling with COFF.

For that reason, please find attached a zip file which fixes the thing allowing to compile COFF files from ERIKA or from Scilab/Scicos :-)

We will integrate the patch in the next release of ERIKA planned next week.

the files stays on my machine in the following directories:
c:\\\\Evidence\\\\Evidence\\\\ee\\\\pkg\\\\cfg\\\\arch\\\\*.mk
and
c:\\\\Evidence\\\\Evidence\\\\ee\\\\pkg\\\\cpu\\\\pic30\\\\src\\\\ee_hal.S

bye

PJ
Attachments
bugfix_debug_symbols.zip
(20 KiB) Downloaded 381 times

Locked