Forum Discussion
Altera_Forum
Honored Contributor
20 years ago<div class='quotetop'>QUOTE </div>
--- Quote Start --- What dose "xxxxx-flthdr" meaning? Could you figure out in detail?[/b] --- Quote End --- the exec format in uclinux is "binary flat" or "flt" in short. I need to know the headers of the exec, eg pppd, in both platform. For nios2, xxxx is nios2-linux-uclibc-flthdr (or nios2-elf-flthdr) For arm, it may be arm-elf-flthdr ? <div class='quotetop'>QUOTE </div> --- Quote Start --- 1. elf2flt -s 16000 / elf2flt -s 8192[/b] --- Quote End ---nios2-linux-uclibc-elf2flt or nios2-elf-elf2flt will show the usage. -s set stack size <div class='quotetop'>QUOTE </div> --- Quote Start --- 2. gcc -Wl (Does -W have anymore flags? ) or , pls show us how to find more information about hwo to use gcc ?[/b] --- Quote End --- Those flags are used pass options to linker. altera/kits/nios2/documents/gnu-tools gcc.gnu.org