'export' is not recognised as an internal or external command
-
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.
-
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.
-
@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?
@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...
-
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?
@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
-
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