Forum Discussion
Altera_Forum
Honored Contributor
20 years ago --- Quote Start --- originally posted by alex824@Nov 10 2005, 09:50 PM hi all:
i make ncurses 5.5 and cdk source code by red hat linux 8.0. after make i got
the include files and the interrelated libcdk.a , libncurses.a .then i edit my
application program use microtronix nios ii linux application project module in
nios2 ide 5.0.
[...] --- Quote End --- It looks like you compiled i386(intel) binaries with your RedHat machine. You need to crosscompile ncurses for the nios2 platform in order to use the libraries on your nios2 system. The fact that you get: "could not read symbols: File in wrong format" Is most likely because it's a i386 lib and not a nios2 lib.