Hi ,
I am trying to cross compile QT. For that , tried with core lib module
I modified CC,CXX and linker with llvm-g++(cross compiled for arm)
when i am sissing make command i am getting errors related to assembly files
Please refer error logs here http://pastebin.com/v2DeX4Nj
Thanks
Yuvi R
Hi,
I am trying to cross compile QT. For that , tried with core lib module
I modified CC,CXX and linker with llvm-g++(cross compiled for arm)
when i am sissing make command i am getting errors related to assembly files
Please refer error logs here http://pastebin.com/v2DeX4Nj
it looks like the ARM assembler is being passed x86 assembly code. Maybe that
is coming from inline assembler in system headers?
Ciao, Duncan.