Hello,
I'm going to start working on a project with C6472, and I need to choose whether to work with big or little endian.
Is there a preferable method? Is either more tested / more used?
Thanks,
Arya.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello,
I'm going to start working on a project with C6472, and I need to choose whether to work with big or little endian.
Is there a preferable method? Is either more tested / more used?
Thanks,
Arya.
Arya,
We try very hard to make sure that all libraries and tools work for both big and little endian.
The "default" libraries and configuration switches are usually little endian. The Big Endian libraries will usually have an 'e' appended to the filename.
RandyP