Hi Experts,
Query regarding Compiler Compatibility.
can I use ARM Version 3.1 or 5.05 compilers in windows 10 machine?
is ARM compiler 5.05 version compatible in Windows 10?? because I was facing issues like "Could not recognize the format of file "object file".
Thank a lot in advance.
Thanks,
Paramesh.
g.shankar.paramesh@gmail.com said:because I was facing issues like "Could not recognize the format of file "object file".
That's about file formats - nothing to do with OS versions!
You need to give more details:
It actually sounds more like a Linker message than a compiler message.
Take a look at the diagrams here to see how the tools in the tool chain relate, and which files are associated with which tools.
You're asking about the ARM Compiler - but you've posted in the GNU forum
I understand more with your diagram.Thanks alot.