Forum Discussion
Altera_Forum
Honored Contributor
14 years agoTry the following changes to the gcc sources, the 2nd may be relevant.
gcc/config/nios2/nios2.h may need some changes undone/fixed: 1) Change the value of JUMP_TABLES_IN_TEXT_SECTION from "1" to "flag_pic". 2) Remove "!SYMBOL_REF_EXTERNAL_P(RTX) &&" from the definition of SYMBOL_REF_IN_NIOS2_SMALL_DATA_P(RTX). From http://www.alterawiki.com/wiki/crossgcc see also http://www.alterawiki.com/wiki/gcc_patches which may improve the code for both versions of gcc.