Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. 3rd Party Software
  4. Building error openssl library for android on windows 7 platform
Forum Updated to NodeBB v4.3 + New Features

Building error openssl library for android on windows 7 platform

Scheduled Pinned Locked Moved 3rd Party Software
2 Posts 2 Posters 1.2k Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G Offline
    G Offline
    gorec323
    wrote on last edited by gorec323
    #1

    To build for android used the manual with [http://doc.qt.io/qt-5/opensslsupport.html ](link url). BUT the build process exited with an error:

    MSYS ~/openssl-1.0.2a
    $ "c:\Program Files\mingw-w64\x86_64-4.9.1-win32-seh-rt_v3-rev3\mingw64\bin\mingw32-make.exe" build_libs
    making all in crypto...
    mingw32-make[1]: Entering directory 'C:/msys64/home/user/openssl-1.0.2a/crypto'
    perl ../util/mkbuildinf.pl "gcc -I. -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -march=armv7-a -mandroid -I/include -B/lib -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DAES_ASM -DBSAES_ASM -DGHASH_ASM" "android-armv7" >buildinf.h
    g++ -c -o cryptlib.o cryptlib.c
    g++: error: CreateProcess: No such file or directory
    <builtin>: recipe for target 'cryptlib.o' failed
    mingw32-make[1]: *** [cryptlib.o] Error 1
    mingw32-make[1]: Leaving directory 'C:/msys64/home/user/openssl-1.0.2a/crypto'
    makefile:279: recipe for target 'build_crypto' failed
    mingw32-make: *** [build_crypto] Error 1

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      Looks like g++ is not found, did you setup that console so you can access the binaries from MinGW ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved