Forum Discussion
Altera_Forum
Honored Contributor
21 years agoglobal pointer relative offset
The linker gives me this message: “global pointer relative offset 34384 at address 0x008adcc8 out of range -32678 to 32767 » I don’t see what does that mean ? When I click on the error lin...
Altera_Forum
Honored Contributor
21 years agoWhich source file is the problem in? From the code line you've presented it looks like a mouse driver. Chances are you're not going to use that particular driver, and so you could drop it from the build.
Did you try using the -G0 compiler option? Did that get you further?