Forum Discussion
Altera_Forum
Honored Contributor
20 years agoaqura:
Thank you for your reply. That is what I thought. However I was reluctant to add the test for the 2C35 board since it was included elsewhere in the code. I will add and rebuild. As for my second error, from this forum (and others) I have added "[]" to the following statements in main.c to modify the addressing from relative to absolute. From: extern struct init_tab_entry __RedBoot_INIT_TAB__[], __RedBoot_INIT_TAB_END__; To: extern struct init_tab_entry __RedBoot_INIT_TAB__[], __RedBoot_INIT_TAB_END__[]; Thanks again........... Graham.....