Forum Discussion
Altera_Forum
Honored Contributor
20 years agoAsk for help about on-chip memory
Hi everyone When I used the on-chip memory,I meet the error as following: D:/QuartusII_project/nios_turorial_2/lights_syslib/Debug/liblights_syslib.a(alt_dev_llist_insert.o)(.text+0xdc): I...
Altera_Forum
Honored Contributor
20 years agoYou should try using the search feature of the forum. Search for "global pointer". There is a lot of information on this topic.
In any case, the -G0 (that's zero) compiler flag should prevent data from being linked into .sdata and/or .sbss. Cheers, - slacker