Forum Discussion
Altera_Forum
Honored Contributor
20 years agoFrom your post, I take it that you are trying to use microwindows.
The problem is likely to be down to a pointer being accessed using gp relative addressing when it should be using absolute addressing. A simple workaround is to add the option: -G0 to the compiler flags, although it would be better for code performance to try and track down the underlying cause of the problem.