Re: cross compiled output differs

2018-03-12 Thread Milan Ton
Nathan, Richard: sorry if it wasn't clear: my target was a 32-bit embedded system for that I built two cross compilers to be run on two hosts -- linux32 and mingw32 --, my build system was Fedora x86_64 (with gcc -m32 and i686-w64-mingw32-gcc respectively). So Nathan's scheme was what I would have

cross compiled output differs

2018-03-10 Thread Milan Ton
Hi: I built two versions -- linux/mingw -- of a 32-bit gcc cross compiler of codebase 7.3.0 on fedora 20 (gcc 4.8). Then I compiled an embedded project using the both cross compilers in the same build environment. An assemble code inspection showed that one function out of about thousand project f