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 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110711/57c42059/attachment.html>
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/v2DeX4Njit looks like the ARM assembler is being passed x86 assembly code. Maybe that is coming from inline assembler in system headers? Ciao, Duncan.