Altera_Forum
Honored Contributor
21 years agoInter application calling problem
Hi all,
We currently are using Nios-I and are busy porting our stuff to Nios-II. For in-field updates we use a separate bootrom and application. We also have some low-level hardware access functions included in this bootrom and made a call-interface from the application to the bootrom. For the Nios-II this means trouble because the compiler uses the GP register to access data relatively, and of cause the value of GP is different for bootrom and application. Is it possible to tell the compiler to access all data absolute? Or to till him that a certain function is called from an other application or something? Regards, Tim Brugman.