unable to see "go to declaration of"

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

unable to see "go to declaration of"

375 Views
fersanpim
Contributor I

Clicking on any value declared in a Freescale CodeWarrior v6.3 project in Assembly Language does not bring the option "Go to declaration of", that helps navigate in multiple source files projects.

Tags (1)
0 Kudos
1 Reply

324 Views
BlackNight
NXP Employee
NXP Employee

The 'go to declaration of' uses the Eclipse Indexer. The Eclipse Indexer parses the source files (see Fixing the Eclipse Index | MCU on Eclipse ). The Eclipse indexer parser knows about C and C++ and other languages as Java, but not about assembly as there is no real standard for it. Therefore the assembly symbols are not parsed and available.

I hope this helps,

Erich

0 Kudos