Hi....there.... I had been wondering if there is arm-linux-gcc available for 64 bit systems. As i have observed, the given tool chain in download section doesnt work for 64 bit pcs. My host configuration is core i3 second gen and I am using ubuntu 12.04 os. I downloaded arm-linux-gnueabi- but it doesnt help in compiling qt 4.7...as it throws some error.... Please help me out...
Toolchain for 64 bit machines
Hi, try installing ia32lib or ia-32lib or somewhat like that, then retry compiling. For cross compiling with QT you need to do more (I am currently at that stage so I can't tell you exactly what because I have to try it either). But it seems you have to download the Qt Source files and compile it with the arm-linux-gcc toolchain, then you can select in Qt the Target you want to compile for. - In theory =D
Yep, in theory. I had successfully compiled and tested qt app on mini 2440 using my 32 bit desktop however, it shows me some weird error while compiling qt using my 64 bit laptop. Point here is also that, arm-linux-gcc provided in downloads section of the website doesnt work with 64 bit machine. Any help regarding that, would surely be helpful.