Altera_Forum
Honored Contributor
16 years agoNIOS Eclipse 9.1 SBTfE: Assembly file checked out from CVS not being built
Hi,
I've checked out a directory from CVS into a project via Eclipse. The directory contains a number of '.c' and a single '.S' file. All the files are shown, with the correct file types, in the Eclipse project explorer. When I build the project the '.c' files are compiled but the '.S' file is not assembled. When I look at the Makefile I see that ASM_SRCS is empty. Unfortunately this is in the generated settings part of the Makefile so I can't change it directly. I can kludge it by adding the '.S' file to ASM_SRCS after the generated part of the Makefile but I suspect it's not the official method :) Is this a known issue or do I need to do something else to get Eclipse to recognize that it needs to assemble the '.S' file? Thanks, Darren.