Hi,
I’m trying to compile a source code with some include files that require c99 support, and I get strange errors that I didn’t get using the standard gcc compiler.
When I compare versions of my standard linux gcc and the cross-compiler-gcc, there is a huge difference:
$ gcc -dumpversion
7
$ i686-unknown-linux-gnu-gcc -dumpversion
4.1.2
Is it possible to obtain a newer gcc cross compiler can generate code that is compatible with URCaps? Or shall I just compile on a 32 bit ubuntu and transfer the executable (I don’t expect this to work)
Thanks
Csaba