We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
step1: ./configure --prefix=/home/lishiyong/wolfssl-5.6.3/arm-buildroot-linux-uclibcgnueabihf --host=arm-linux CC=arm-buildroot-linux-uclibcgnueabihf-gcc AR=arm-buildroot-linux -uclibcgnueabihf-ar STRIP=arm-buildroot-linux-uclibcgnueabihf-strip RANLIB=arm-buildroot-linux-uclibcgnueabihf-ranlib ARCHFLAGS="-ffunction-sections -fdata-sections -Wl,--gc-sections" --enable- dtls --enable-32bit --enable-opensslextra --enable-all-crypto --enable-static --disable-shared --host=arm-linux
step2: make && make install
step1: cmake -S . -Bbuild -DAWS_IOT_ENDPOINT="xxxxxx-xxxx.iot.ap-southeast-1.amazonaws.com" -DROOT_CA_CERT_PATH="/ants_config/hostmgr_autoupgrade/AmazonRootCA1.pem" -DCLIENT_CERT_PATH="/ants_config/hostmgr_autoupgrade/iot- devices.pem.crt" -DCLIENT_PRIVATE_KEY_PATH="/ants_config/hostmgr_autoupgrade/private.pem.key" -DTHING_NAME="test-ipcam-20231027" -DOPENSSL_ROOT_DIR=/home/lishiyong/wolfssl-5.6.3/arm-buildroot-linux -uclibcgnueabihf -DOPENSSL_INCLUDE_DIR=/home/lishiyong/wolfssl-5.6.3/arm-buildroot-linux-uclibcgnueabihf/include/wolfssl -DOPENSSL_LIBRARIES=/home/lishiyong/wolfssl-5.6.3/arm-buildroot-linux-uclibcgnueabihf/lib -DOPENSSL_CRYPTO_LIBRARY=/home/lishiyong/wolfssl-5.6.3/arm-buildroot-linux-uclibcgnueabihf/lib/libwolfssl.a -DOPENSSL_SSL_LIBRARY=/home/lishiyong/wolfssl-5.6.3/arm-buildroot-linux-uclibcgnueabihf/lib /libwolfssl.a -DCMAKE_TOOLCHAIN_FILE=/opt/mstar-linux/x86-arm/arm-buildroot-linux-uclibcgnueabihf-4.9.4-uclibc-1.0.31/share/buildroot/toolchainfile.cmake -DBUILD_SHARED_LIBS=OFF -DCMAKE_INSTALL_PREFIX= /home/lishiyong/aws-iot/arm-buildroot-linux-uclibcgnueabihf && cd build
step2: make
An error occurred when executing step 2, as shown in the figure below
Please see if you can help me solve this problem
The text was updated successfully, but these errors were encountered:
Hi @itmanlee Thanks for question. Currently, wolfssl is not supported. If you want to use wolfssl, you need to implement something like this https://github.com/aws/aws-iot-device-sdk-embedded-C/blob/main/platform/posix/transport/src/openssl_posix.c
Regards,
Sorry, something went wrong.
No branches or pull requests
step1:
./configure --prefix=/home/lishiyong/wolfssl-5.6.3/arm-buildroot-linux-uclibcgnueabihf --host=arm-linux CC=arm-buildroot-linux-uclibcgnueabihf-gcc AR=arm-buildroot-linux -uclibcgnueabihf-ar STRIP=arm-buildroot-linux-uclibcgnueabihf-strip RANLIB=arm-buildroot-linux-uclibcgnueabihf-ranlib ARCHFLAGS="-ffunction-sections -fdata-sections -Wl,--gc-sections" --enable- dtls --enable-32bit --enable-opensslextra --enable-all-crypto --enable-static --disable-shared --host=arm-linux
step2:
make && make install
step1:
cmake -S . -Bbuild -DAWS_IOT_ENDPOINT="xxxxxx-xxxx.iot.ap-southeast-1.amazonaws.com" -DROOT_CA_CERT_PATH="/ants_config/hostmgr_autoupgrade/AmazonRootCA1.pem" -DCLIENT_CERT_PATH="/ants_config/hostmgr_autoupgrade/iot- devices.pem.crt" -DCLIENT_PRIVATE_KEY_PATH="/ants_config/hostmgr_autoupgrade/private.pem.key" -DTHING_NAME="test-ipcam-20231027" -DOPENSSL_ROOT_DIR=/home/lishiyong/wolfssl-5.6.3/arm-buildroot-linux -uclibcgnueabihf -DOPENSSL_INCLUDE_DIR=/home/lishiyong/wolfssl-5.6.3/arm-buildroot-linux-uclibcgnueabihf/include/wolfssl -DOPENSSL_LIBRARIES=/home/lishiyong/wolfssl-5.6.3/arm-buildroot-linux-uclibcgnueabihf/lib -DOPENSSL_CRYPTO_LIBRARY=/home/lishiyong/wolfssl-5.6.3/arm-buildroot-linux-uclibcgnueabihf/lib/libwolfssl.a -DOPENSSL_SSL_LIBRARY=/home/lishiyong/wolfssl-5.6.3/arm-buildroot-linux-uclibcgnueabihf/lib /libwolfssl.a -DCMAKE_TOOLCHAIN_FILE=/opt/mstar-linux/x86-arm/arm-buildroot-linux-uclibcgnueabihf-4.9.4-uclibc-1.0.31/share/buildroot/toolchainfile.cmake -DBUILD_SHARED_LIBS=OFF -DCMAKE_INSTALL_PREFIX= /home/lishiyong/aws-iot/arm-buildroot-linux-uclibcgnueabihf && cd build
step2: make
An error occurred when executing step 2, as shown in the figure below
Please see if you can help me solve this problem
The text was updated successfully, but these errors were encountered: