Forum Discussion
Altera_Forum
Honored Contributor
16 years agocompiling application with -elf2flt suffered errors "unexpected reloc type"
Hi, I suffered errors "ERR:unexpected reloc type R_NIOS2_UJMP" and "ERR:unexpected reloc type R_NIOS2_CJMP", total 480 these errors, while compiling my application runing "nios2-linux-gcc -g -o ...
Altera_Forum
Honored Contributor
16 years agoAFAIK, global and static (and non-local const) are all accessed via GP.
If you do local (stack) variables, same are accessed via SP or FP in the same manner. Thus constructs > 32 K will be problematic, as well. -Michael