directory and files not found by the compiler

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

directory and files not found by the compiler

Jump to solution
841 Views
Shreyas_Bhat_Karkala
Contributor III

hello,  i am trying to add two folders to the project CFG and LIB but it is not detected by the compiler. i have attached the project for reference, also if there is a procedure to add folders and files please share .

Tags (1)
0 Kudos
Reply
1 Solution
713 Views
Julián_AragónM
NXP TechSupport
NXP TechSupport

Hi @Shreyas_Bhat_Karkala

Have you tried adding the build path to the specific configuration you are using?

"Right click -> Build path -> Add to -> Release_XXX"

Julin_AragnM_0-1751995786107.png

There are no specific guides for includes and such for S32DS, but since it is based in eclipse, you can use the same guides for normal eclipse:

Hope this helps.

View solution in original post

6 Replies
828 Views
Shreyas_Bhat_Karkala
Contributor III

Shreyas_Bhat_Karkala_0-1751610062850.png

the following folder does not have the yellow bullet point as the other files instead  it has a bult line in the symbol  this is a screen shot from the S32ds version3.5.

0 Kudos
Reply
797 Views
Julián_AragónM
NXP TechSupport
NXP TechSupport

Hi @Shreyas_Bhat_Karkala

Are you using a repository with the project? The question mark means the code is not yet added and committed to your repository. This is normal and would disappear as soon as you commit your code to git.

This is eclipse functionality. It should not affect building, as long as the folders are included in the project's properties.

Best regards,
Julián

 

749 Views
Shreyas_Bhat_Karkala
Contributor III

hi @Julián_AragónM, my project is building in debug flash but give file not detected in the release mode i checked the paths and symbol and the includes both are same but its not able to detect the files, i had attached the project can you check why is it giving this error

0 Kudos
Reply
714 Views
Julián_AragónM
NXP TechSupport
NXP TechSupport

Hi @Shreyas_Bhat_Karkala

Have you tried adding the build path to the specific configuration you are using?

"Right click -> Build path -> Add to -> Release_XXX"

Julin_AragnM_0-1751995786107.png

There are no specific guides for includes and such for S32DS, but since it is based in eclipse, you can use the same guides for normal eclipse:

Hope this helps.

599 Views
Shreyas_Bhat_Karkala
Contributor III

hi @Julián_AragónM i had tried this before this too isn't working , i have to check the .h calls maybe if its called in the loop inside different module 

thank you

763 Views
Shreyas_Bhat_Karkala
Contributor III

hi @Julián_AragónM thank you for the symbol definitions , is there any document as how to add directory , header file and source file to the project as i tried to add it in many ways like a source folder and as normal folder. 

0 Kudos
Reply