Any way to have PSoC Creator pre-process assembly files? (.s vs. .S)

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

cross mob
Anonymous
Not applicable

The GCC compiler automatically runs .S files through the pre-processor, while leaving .s files alone before handing them to the assembler.

   

Is there any way to get PSoC Creator to treat .S files the same way? I added a .S file to my project but it is not being run through the preprocessor.

0 Likes
1 Solution
HeLi_263931
Level 8
Level 8
100 solutions authored 50 solutions authored 25 solutions authored

Why not renaming your files to *.S?

View solution in original post

0 Likes
1 Reply
HeLi_263931
Level 8
Level 8
100 solutions authored 50 solutions authored 25 solutions authored

Why not renaming your files to *.S?

0 Likes