Forum Discussion
Altera_Forum
Honored Contributor
20 years ago --- 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. <div align='right'><{post_snapback}> (index.php?act=findpost&pid=10966)</div> --- Quote End --- Hi wqossens, thanks for you reply. I think you are right. But I dont't know how to rework the ncurses configure file. In the nios sdk shell, I type ./configure to crosscompile ncurses. but fail. The error information as follow: egrep: not found egrep: not found egrep: not found Configuring NCURSES . ABI <Tue Nov 15 10:18:48 2005> configure: error: Release major-version value is empty What can I do?Should I must use microtronix Nios II Cross Development Kit to crosscompile the whole GNU opensource code?