PDA

View Full Version : Make building error



King23
18th April 2013, 14:57
Hi everybody,

I'm trying to build a project in Qt 4.5, but I get this error message:

Could not find make command: make in the build environment
Error while building project HelloA6
When executing build step 'Make'
Canceled build.


I hope someone here can point me in the right direction. Thank you in advance for your help!

Mohcine BARAZZOUQ

Santosh Reddy
18th April 2013, 15:14
What is the OS you are trying to build?

How did you build?

jbob99
18th April 2013, 19:36
Hi King. I would start with checking to see that you have make installed and then check a couple of things within Qt.

Are you using MS Windows, Mac OS, or Linux?

The Qt-specific checks start with: Qt Options (tools->options -- look at the Qt Versions, Tool Chains, CMake, etc) and the Build Settings for the project (Left-hand pane -- Projects) and verify the Tool Chain is set correctly.

King23
22nd April 2013, 12:26
Thank you for the reply :)

I'm trying to build a demo, for the OS Embedded Linux 2.6.28
I installed the QT SDK (qt-sdk-linux-x86-opensource-2009.04.1.bin,
i created a new project
i changed the Qtversion
i modified the PATH in the build environnemnt
and i added LIBS and INCLUDEPATH to the Myfile.pro

when i click on the build all, i get the error msg !

Hi jbob, thanks for replying,

i'm using linux, ubuntu distribution,
i have changed the Qt version, the path in the build environnement because i'm using a specific compiler (for arm11 processor)
i chekced all options but i don't find the problem !