Forum Discussion
Altera_Forum
Honored Contributor
10 years agoThe convention with GCC is to use .S (upper case) for assembler files that need to be pre-processed and .s (lower case) for files that do not.
The convention with GCC is to use .S (upper case) for assembler files that need to be pre-processed and .s (lower case) for files that do not.