[LLVMdev] Qt cross compiling
Duncan Sands
baldrick at free.fr
Sat Jul 23 10:15:20 PDT 2011
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.
More information about the llvm-dev
mailing list