you don't seem to have 'make' or 'qmake' in your PATH
-
This is the simple question where I am going to ask..
But I want clarification....
I need to configure on my host machine or target machine?(My ans is,on host machine is it correct?)
@Asha said in you don't seem to have 'make' or 'qmake' in your PATH:
on host machine is it correct?
yes, cross compilation means that you build on host but for target device
-
@Asha said in you don't seem to have 'make' or 'qmake' in your PATH:
on host machine is it correct?
yes, cross compilation means that you build on host but for target device
-
Hi,
Now I am able to configure,but gettting one warning...please go throught the attachement..
can I proceed next...
@Asha said in you don't seem to have 'make' or 'qmake' in your PATH:
can I proceed next
If you don't need QDoc then yes you can...
-
Actually,I am cross compiling for embedded beagleboneboard
where I want to execute c,c++ files...for that QDoc is required?
If I want QDoc means,what I do for this?
@Asha said in you don't seem to have 'make' or 'qmake' in your PATH:
for that QDoc is required?
No, it is only required to build Qt documentation which you do not need to run Qt applications.
"If I want QDoc means,what I do for this?" - read the warning - it already suggests what to do...
-
@Asha said in you don't seem to have 'make' or 'qmake' in your PATH:
for that QDoc is required?
No, it is only required to build Qt documentation which you do not need to run Qt applications.
"If I want QDoc means,what I do for this?" - read the warning - it already suggests what to do...
-
@jsulm ok..
after configuring..I build the qt ..
while giving make -j4..
The result is
Is there any issues..or its correct..can I install it..
@Asha said in you don't seem to have 'make' or 'qmake' in your PATH:
Is there any issues
Do you see any? I don't.
So just do:make install
-
@Asha said in you don't seem to have 'make' or 'qmake' in your PATH:
Is there any issues
Do you see any? I don't.
So just do:make install
-
Hi,
I cross compiled qt..
After this i installed qt 5.13.1..
here is the kit configuration
Here is the qtversion selection
Here is the compiler selection
here is the gdb selection
After setting this all, running a simple application..
where I am getting the error like this
I am not getting ,what is the mistake please suggest me how to solve this...
Thankyou..
-
Hi,
I cross compiled qt..
After this i installed qt 5.13.1..
here is the kit configuration
Here is the qtversion selection
Here is the compiler selection
here is the gdb selection
After setting this all, running a simple application..
where I am getting the error like this
I am not getting ,what is the mistake please suggest me how to solve this...
Thankyou..
-
Hi,
I cross compiled qt..
After this i installed qt 5.13.1..
here is the kit configuration
Here is the qtversion selection
Here is the compiler selection
here is the gdb selection
After setting this all, running a simple application..
where I am getting the error like this
I am not getting ,what is the mistake please suggest me how to solve this...
Thankyou..
for that error..
I am not enabled the eglfs while configuring qt5..
while configuring I mentioned -no-egl and -no-eglfs is that any issues?...(I thought this is is issue ,while configuring i have to give -qt-egl ang -qt-eglfs)
If this might be the issue ,then how to overcome with this...
-
@Asha said in you don't seem to have 'make' or 'qmake' in your PATH:
I want to know how to run it on my device
You can manually copy it to your device and start there.
Back to QtCreator: does it deploy your app to your device and start it there?
Did you copy your cross compile Qt to the device or do you deploy your app to the device with all needed Qt libraries?The error message in QtCreator means that you're trying to start your app using eglfs as backend but the eglfs plugin was not found. Did you build it?
"while configuring I mentioned -no-egl and -no-eglfs is that any issues?" - which backend do you want to use? Do you use X11 on your device or something else?
And please be more patient: people here are volinteers helping in their own time and they do not live all in the same time-zone as you.
-
@Asha said in you don't seem to have 'make' or 'qmake' in your PATH:
I want to know how to run it on my device
You can manually copy it to your device and start there.
Back to QtCreator: does it deploy your app to your device and start it there?
Did you copy your cross compile Qt to the device or do you deploy your app to the device with all needed Qt libraries?The error message in QtCreator means that you're trying to start your app using eglfs as backend but the eglfs plugin was not found. Did you build it?
"while configuring I mentioned -no-egl and -no-eglfs is that any issues?" - which backend do you want to use? Do you use X11 on your device or something else?
And please be more patient: people here are volinteers helping in their own time and they do not live all in the same time-zone as you.
Yes I copied,using this command
scp -r Qt5ForBBB1 debian@192.168.7.2:Qt5ForBBB1...
After this I followed,this steps(Qt5ForBBB, replaced with Qt5ForBBB1)
here is the platforms
here is the compiled qt selection
.
"The error message in QtCreator means that you're trying to start your app using eglfs as backend but the eglfs plugin was not found. Did you build it?"
while building I am not mentioned...