S32DS how to add and delete files

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

S32DS how to add and delete files

1,658 Views
fanziyu
Contributor IV

Hi ,I am new to S32DS and meet some problems i can 't solve.

S32DS_ARM_Win32_v2018.R1_b180326

SKeaz128

PE Multilink

SWD

Problem 1:how to add files?

It seems like there are two ways.

1: accroding to "CodeWarrior to S32 Design Studio Migration Guide" 4.4 Include Paths。

2: See picture "add files"

which way is better? Do you have a better idea?

 

Problem 2:how to delete files?

I delete the TestFolder file ,then click "project"->"clean",no useful,corresponding file is still under the Debug file.

Could you help me? Project attached.

Tags (1)
0 Kudos
6 Replies

1,616 Views
petervlna
NXP TechSupport
NXP TechSupport

Hello,

I had check description on clean.

petervlna_0-1630574519602.png

So the files are deleted, but then project files are rebuild imediatelly.

Best regards,

Peter

0 Kudos

1,608 Views
fanziyu
Contributor IV

Thanks for your help! But i don't understand what you mean.

Could you see the "DeletePicture1" picture? I delete the TestFolder in my project,but after i used the clean function, the TestFolder is till in debug folder(output files). 

Tags (1)
0 Kudos

1,594 Views
petervlna
NXP TechSupport
NXP TechSupport

Hello,

I mean, once you use clear function, the project generated files will be regenerated.

This is usually used in case there are major changes in project and you need to regenerate it from scratch.

Best regards,

Peter

0 Kudos

1,591 Views
fanziyu
Contributor IV

Thanks!

My colleague do the same thing in S32DS for arm,the TestFolder will not be still in debug file after use clean function.I'll try it myself later.

0 Kudos

1,650 Views
petervlna
NXP TechSupport
NXP TechSupport

Hello,

Simply follow the guide:

Therefore every subfolder that contains header files must be added to
the list of include paths. Go to project properties. In the properties window, go to C/C++ Build>Settings>Settings>Standard
S32DS C Compiler>Includes>Include paths. The directories specified in the Include Paths window are the locations that the
linker searches when the #include macro is implemented.

I delete the TestFolder file ,then click "project"->"clean",no useful,corresponding file is still under the Debug file.

This will clean your generated files, like objects, binaries, etc...

Simply do as follow:

petervlna_0-1629962369090.png

Best regards,

Peter

 

0 Kudos

1,626 Views
fanziyu
Contributor IV

Thanks for your help!

I use clean function,but the generated files are still there.Is that a bug in the IDE?
S32 Design Studio for ARM Version 2018.R1

For some reason,I must use the Version 2018.Is there a solution?

0 Kudos