Forum Discussion
Altera_Forum
Honored Contributor
15 years agoHi Pin9,
If you're really stuck you could probably use the kludge described in the original report - add a line like the following to the Makefile AFTER the 'GENERATED SETTINGS END' comment in the Makefile: ASM_SRCS += xxx.S Which will add xxx.S to the list of assembler sources but should not be touched by eclipse. I haven't tried this since the original report (as I don't need the pre-processor) but it may work for you.