I find some files with suffix of *.ae66 *.oe66 *.se66.
What the difference between them? Which documents tell that?
Regards
dp
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.
I find some files with suffix of *.ae66 *.oe66 *.se66.
What the difference between them? Which documents tell that?
Regards
dp
Hi,
.a are library files, .o object files generated by the compiler and .s are asm files (you can see the .s files in a text editor).
The 66 stands for C66x family.
The 'e' before and after the '66' indicates which object type (ELF or COFF) this is the 'e' before '66' and which endianess (big or little) is being used (the last 'e').
In Mathlib user's guide we have the meaning for mathlibs files