On 05 Apr 2021 09:35, Benoit Gschwind wrote: > Thank you for the highlight. > > Is .incbin considedred as preprocessor instruction ?
if you're using assembler directives like .incbin, that isn't preprocessing, so .s is OK. usually when people say -I from CFLAGS/CXXFLAGS, they want the preprocessor flags which don't work for the assembler as the compiler driver doesn't pass it down to it. -mike