Forum Discussion
Altera_Forum
Honored Contributor
21 years agoThis header file is intended for kernel use only, and it mainly defines the byte order of the target machine, along with some helper functions. If I were you, I would try to remove the including of that file, put a "#define __LITTLE_ENDIAN 1234" in the same location, and give the compiler a run. If the application needs more than that, just copy them from that header file ...