- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am building our application with nios2 3.3.3 and nucleus plus and get the folliwing errors:
/cygdrive/c/DOCUME~1/CBEAUL~1/LOCALS~1/Temp/ccLu17oL.s:27581: Error: branch offset -40040 out of range -32768 to 32764 /cygdrive/c/DOCUME~1/CBEAUL~1/LOCALS~1/Temp/ccLu17oL.s:27584: Error: branch offset -40156 out of range -32768 to 32764 /cygdrive/c/DOCUME~1/CBEAUL~1/LOCALS~1/Temp/ccLu17oL.s:27587: Error: branch offset -40260 out of range -32768 to 32764 /cygdrive/c/DOCUME~1/CBEAUL~1/LOCALS~1/Temp/ccLu17oL.s:27590: Error: branch offset -40380 out of range -32768 to 32764 .... From what I understand is that we are getting stuff outside the branch range which is 16 bits in this case. Can we get a branch range of 32 bits somehow? This is what my compiler line looks like. NIOS2-ELF-GCC -g -c -G 0 -mno-hw-div -mno-hw-mul -DNU_NO_ERROR_CHECKING -D_POSIX_AC_ -D_WCHAR_T_DEFINED -DMXD_OS_NUCLEUS -D__mips__ -DMXD_BIG_ENDIAN -O0 -g -IC:/Starteam/pkg_MitosFw/DEV_NUCLEUS/LAG/Sources -IC:/Starteam/pkg_MitosFw/DEV_NUCLEUS/LAG/TestCases -I../ -I../../ -I../../../ -I../../../../ -I../../../../../ *.c *.cpp Unfortunately can't really share what is in the sources unfortunately. Thanks for any help!Link Copied
0 Replies

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page