Forum Discussion
Altera_Forum
Honored Contributor
14 years agoThe Altera tools seem to be designed to run their examples and not much else.
Parts of the compiler are optimised for linux - well de-optimised for small code blocks. I run without ANY of the Altera initialisation (etc) code, I setup %sp, %gp and %et (only used for fatal faults) in the linker script, then jump to my C code.