Forum Discussion
Altera_Forum
Honored Contributor
15 years agoFinally, the problem is solved.
1 assembly file is xx.S,not xx.s 2 You must have a function or label called main. If main is written in assembly-language, the label main must be declared global with the .global directive. 3 Project default in Eclipse woring dir would be best. Thank you ,Bill,Kevin.