Forum Discussion
Altera_Forum
Honored Contributor
19 years agotoday,
the function attributes must be used in the prototype only, not in the function declaration itself: <div class='quotetop'>QUOTE </div> --- Quote Start --- extern void foobar (void) __attribute__ ((section ("bar")));[/b] --- Quote End --- Did you consider this? Mike