Forum Discussion
Altera_Forum
Honored Contributor
20 years ago --- Quote Start --- originally posted by ajay@Jan 19 2006, 08:11 AM i am using nios-elf tools to compile and build a binary for nios target. there are many
unused functions in the code which i want to remove during linking.
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=12280)
--- quote end ---
--- Quote End --- Did you try putting each function in a separate file, creating a library out of them, and linking the library to the main file? the linker should be able to do the job automatically for you! bye Paolo