You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi we're getting the following error while trying to cross compile for mips
-- The C compiler identification is GNU 5.4.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /opt/mips-gcc540-glibc222-64bit-r3.3.0/bin/mips-linux-gnu-gcc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Kinesis Video Producer path is /home/egeorge/Documents/Projects/AWS_Streaming/New/amazon-kinesis-video-streams-producer-c
-- Setting CMAKE_BUILD_TYPE to Release by default
-- Begin building dependencies.
-- Building non-local OpenSSL
-- The C compiler identification is GNU 5.4.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /opt/mips-gcc540-glibc222-64bit-r3.3.0/bin/mips-linux-gnu-gcc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Configuring done
-- Generating done
-- Build files have been written to: /home/egeorge/Documents/Projects/AWS_Streaming/New/amazon-kinesis-video-streams-producer-c/open-source/libopenssl
[ 11%] Creating directories for 'project_libopenssl'
[ 22%] Performing download step (git clone) for 'project_libopenssl'
Cloning into 'project_libopenssl'...
HEAD is now at 830bf8e1e4 Prepare for 1.1.1t release
Submodule 'boringssl' (https://boringssl.googlesource.com/boringssl) registered for path 'boringssl'
Submodule 'krb5' (https://github.com/krb5/krb5) registered for path 'krb5'
Submodule 'pyca.cryptography' (https://github.com/pyca/cryptography.git) registered for path 'pyca-cryptography'
Submodule 'wycheproof' (https://github.com/google/wycheproof) registered for path 'wycheproof'
Cloning into '/home/egeorge/Documents/Projects/AWS_Streaming/New/amazon-kinesis-video-streams-producer-c/open-source/libopenssl/build/src/project_libopenssl/boringssl'...
Cloning into '/home/egeorge/Documents/Projects/AWS_Streaming/New/amazon-kinesis-video-streams-producer-c/open-source/libopenssl/build/src/project_libopenssl/krb5'...
Cloning into '/home/egeorge/Documents/Projects/AWS_Streaming/New/amazon-kinesis-video-streams-producer-c/open-source/libopenssl/build/src/project_libopenssl/pyca-cryptography'...
Cloning into '/home/egeorge/Documents/Projects/AWS_Streaming/New/amazon-kinesis-video-streams-producer-c/open-source/libopenssl/build/src/project_libopenssl/wycheproof'...
Submodule path 'boringssl': checked out '2070f8ad9151dc8f3a73bffaa146b5e6937a583f'
Submodule path 'krb5': checked out '890ca2f401924cdcb88f493950b04700bbe52db3'
Submodule path 'pyca-cryptography': checked out 'fa84d185c0fefa7d612759e02a26def2f948fe34'
Submodule path 'wycheproof': checked out '2196000605e45d91097147c9c71f26b72af58003'
[ 33%] Performing update step for 'project_libopenssl'
[ 44%] No patch step for 'project_libopenssl'
[ 55%] Performing configure step for 'project_libopenssl'
Operating system: x86_64-whatever-linux2
Configuring OpenSSL version 1.1.1t (0x1010114fL) for linux-x86_64
Using os-specific seed configuration
Creating configdata.pm
Creating Makefile
**********************************************************************
*** ***
*** OpenSSL has been successfully configured ***
*** ***
*** If you encounter a problem while building, please open an ***
*** issue on GitHub <[https://github.com/openssl/openssl/issues>](https://github.com/openssl/openssl/issues%3E) ***
*** and include the output from the following command: ***
*** ***
*** perl configdata.pm --dump ***
*** ***
*** (If you are new to OpenSSL, you might want to consult the ***
*** 'Troubleshooting' section in the INSTALL file first) ***
*** ***
**********************************************************************
[ 66%] Performing build step for 'project_libopenssl'
mips-linux-gnu-gcc: error: unrecognized command line option '-m64'
make[4]: *** [Makefile:707: apps/app_rand.o] Error 1
make[3]: *** [Makefile:174: all] Error 2
gmake[2]: *** [CMakeFiles/project_libopenssl.dir/build.make:87: build/src/project_libopenssl-stamp/project_libopenssl-build] Error 2
gmake[1]: *** [CMakeFiles/Makefile2:83: CMakeFiles/project_libopenssl.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
CMake Error at CMake/Utilities.cmake:93 (message):
CMake step for libopenssl failed: 2
Call Stack (most recent call first):
CMakeLists.txt:94 (build_dependency)
-- Configuring incomplete, errors occurred!
See also "/home/egeorge/Documents/Projects/AWS_Streaming/New/amazon-kinesis-video-streams-producer-c/build/CMakeFiles/CMakeOutput.log".
mips-linux-gnu-gcc (Ingenic r3.3.0-gcc540 2018.04-11) 5.4.0
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Any help on this is much appreciated.....
The text was updated successfully, but these errors were encountered:
Hi we're getting the following error while trying to cross compile for mips
CMakeOutput.log
Our Compiler version
Any help on this is much appreciated.....
The text was updated successfully, but these errors were encountered: