Intel® FPGA University Program
University Program Material, Education Boards, and Laboratory Exercises
1174 Discussions

Ask for help -- global pointer error

Altera_Forum
Honored Contributor II
1,185 Views

Hi,guys, i am trying to complie a C program to transfer data from memory to momory by using DMA, however ,the error is that "Unable to reach errno (at 0x00002020) from the global pointer (at 0x0000c07c) because the offset (-41052) is out of the allowed range, -32678 to 32767." 

 

Can anyone help me to explain that? thank you~:)
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
426 Views

Try compiling with the -G0 option. This disables the global pointer.  

 

Please go to the NiosII forum for futher help 

 

Stefaan
0 Kudos
Reply