Forum Discussion
Altera_Forum
Honored Contributor
16 years agoNIOS boot loading
Hello, I am new with NIOS architecture. One part of my project deals with NIOS, I don't have to understand what's going on inside, but it has to be loaded so that my project can work fully. I hav...
Altera_Forum
Honored Contributor
16 years agoI still have a question about this:
--- Quote Start --- void myfunc(parameters) __attribute__ ((section ("ram_bootloader")) --- Quote End --- In my code, I am still using an --- Quote Start --- int main (void) __attribute__ ((weak,alias ("alt_main"))); which calls then the int alt_main (void); --- Quote End --- How can I add the previous fonction so it generates the ram_bootloader.hex file?