Modustoolbox project can't find include header files or indexing is broken

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
pghole
Level 3
Level 3
First like received 10 replies posted 25 sign-ins

Using new project wizard I created the Empty_SDK project. It is building successfully. But source code indexing is not working. I am not able to view header file contents.

0 Likes
1 Solution
pghole
Level 3
Level 3
First like received 10 replies posted 25 sign-ins

I fixed this issue by making sure mtb_shared project is also open in eclipse workspace. As most of the common header files are referred from this directory.

View solution in original post

0 Likes
2 Replies
Qi_Colin
Moderator
Moderator
Moderator
50 likes received 100 solutions authored 5 questions asked

Hi @pghole :

If the macro definition defined in the Makefile, the related source code can't be viewed by indexing.

In this situation, you should use "Search" function to find it.

Best Regards,

Colin

 

 

0 Likes
pghole
Level 3
Level 3
First like received 10 replies posted 25 sign-ins

I fixed this issue by making sure mtb_shared project is also open in eclipse workspace. As most of the common header files are referred from this directory.

0 Likes