Forum Discussion
Altera_Forum
Honored Contributor
10 years ago --- Quote Start --- 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. --- Quote End --- I believe I have it figured out. Please let me know if anything I have stated is invalid. I will want to change my file extension to .S. In this file, i will# include a header.h file that will contain my# defines for whatever constants I want. When I go to build, The GCC compiler will preprocess my request to include the header.h file.