Forum Discussion
Altera_Forum
Honored Contributor
14 years agoHow to use nios2-corss compile tool in command line
Hello, I want to use the nios2-corss compile tool in command line (my operating system is Ubuntu 11.10). I want use this tool to compile some source files into ".so" files. In com...
Altera_Forum
Honored Contributor
14 years ago --- Quote Start --- Are you trying to compile shared libraries for linux running on the nios2? If so you'll need the cross compiler & tool chain for the target linux - not the toolchain released as part of the Altera IDE (etc). (There will be subtle differences in the object file headers.) Search likely parts of the disk for nios2-elf-* --- Quote End --- What do you mean by shared libraries? I'm trying to use the toolchain released as part of the Altera IDE. I want to know the command line instruction to call the compiler inside nios II IDE in order to change the makefile to generate library files that can be used with nios II. Will this be possible without uclinux system?