Forum Discussion
Altera_Forum
Honored Contributor
13 years agoelf size too large for hello world application
Hi All, i am new to Altera's Nios-II, so as usual started with hello world template i am able to build it but the elf size is comes about 677274 bytes after applying all the optimizations (acc...
Altera_Forum
Honored Contributor
13 years ago --- Quote Start --- anyways is there any way to exclude jdi and sopc --- Quote End --- You may try nios2-elf-strip command. Used without any option, it will greatly reduce elf file size, since it strips all symbols. You may also use the -S and -R options to remove all debug info or specific sections.