On 15/02/2013 09:28, David Gálvez wrote:
BTW: Shouldn't ethernat_200Hzint.s be renamed into ethernat_200Hzint.S?I'm not really sure if this is necessary, as I understand only assembler files that need to be preprocessed should have the capital S extension. I think that this file doesn't have anything that needs to be preprocessed. Alan?
Please always use .S to allow preprocessing assembler files.This allows to use #include, #ifdef (may be useful in the future, ColdFire compilation, etc.)
Also, that allows /* */ and // comments en assembler code. -- Vincent Rivière