Forum Discussion
Altera_Forum
Honored Contributor
21 years agoCompiling problems with uclibc ...
All, When I compile my application with uclibc, I got the following error message. <div class='quotetop'>QUOTE </div> --- Quote Start --- C:/altera/kits/nios2/bin/eclipse/plugins/com...
Altera_Forum
Honored Contributor
21 years agoThank you for your response. In fact, I am going to port the application to uclinux. And it uses the header file as
# ifdef LINUX# include <asm/byteorder.h># endif And the LINUX is defined. Why do I need to remove this header files? And I found there is much difference between the uclibc header files and the header files in the following link. http://ep09.pld-linux.org/~mmazur/linux-libc-headers/ (http://ep09.pld-linux.org/~mmazur/linux-libc-headers/). Could you explain the difference for me?