'export' is not recognised as an internal or external command
-
wrote on 20 Oct 2020, 16:46 last edited by
Hello everyone,
I'm trying to follow the guide on: https://doc.qt.io/qt-5/android-openssl-support.html
When writing the line into the arm CLI. I encounter the problem that gives the output error saying export is not recognised as an internal or external command.
I do realise that above it does say that you need msys with perl v5.14 or later to build. But is that the problem or is it something I've done. Also, If the msys is the problem. How do I go about updating or installing it.
Thanks -
Where do you try this? You need linux and a bash.
-
wrote on 20 Oct 2020, 18:01 last edited by
oh right ok I just did it in the Qt for Arm 7. How would I go about doing this please.
-
Hi,
You need to give more details about what you are running on your device.
-
wrote on 20 Oct 2020, 19:12 last edited by
@SGaist As in Windows 10? Is there any more information that you need?
-
@SGaist As in Windows 10? Is there any more information that you need?
wrote on 20 Oct 2020, 20:49 last edited by@Alfie-Anil said in 'export' is not recognised as an internal or external command:
As in Windows 10?
From the documentation you linked to in 1st post:
Note: If your development platform is Windows, you need msys with perl v5.14 or later to build OpenSSL.
Have you met such requirements already?
export is not recognised as an internal or external command.
You should run the export command from a msys session...
-
wrote on 20 Oct 2020, 22:01 last edited by
hey @Pablo-J-Rogina Is msys part of Mingw? If so, my arm-v7 is 'ARMV7(MSVC 2017 64bit)', so would I be able to run it on that CLI?
-
hey @Pablo-J-Rogina Is msys part of Mingw? If so, my arm-v7 is 'ARMV7(MSVC 2017 64bit)', so would I be able to run it on that CLI?
wrote on 21 Oct 2020, 01:05 last edited by@Alfie-Anil said in 'export' is not recognised as an internal or external command:
Is msys part of Mingw?
You may want to read more about msys
-
wrote on 21 Oct 2020, 06:11 last edited by
hi @Pablo-J-Rogina I've read that and If i'm not mistaken msys is what holds all the commands such as make right? However, I'm still unsure as to how to update it if that is what I have to do
1/9