Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
19 years ago

How 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 ...