Forum Discussion
Altera_Forum
Honored Contributor
20 years agoHow to declare linker symbol in C files
Dear all, As we known, the generated automatically linker script defined many symbols for use. For example: __bss_start. We can use these symbols in source files, for example, in *.S ...
Altera_Forum
Honored Contributor
20 years agoYeah,
Since it isn't really a pointer to anything I guess most folk would say that it should be declared as extern void* __bss_start; Banx.