PDA

View Full Version : change compiler for cross compiling



Mr Bean
17th February 2011, 13:35
Hello

At the moment I try to compile qt-x11-opensource-src for an Marvell ARM processor. When compiling I get the following errors:


arm-linux-g++: command not found


When I type arm-linux-g++ on the commandline, I get "command not found" Thats right, because I have to use "arm-marvell-linux-gnueabi-g++". How can I change this compilerpath!?
I will need the compilerpath /opt/arm-marvell-linux-gnueabi/bin

Can anybody help me!?

Best regards

Mr Bean