Dear Kaleb,
Thank to your helps, Wolfssl project was built successfully but there is linker problem in building wolf-ssl example project yet.
As you can find in attached below picture and based on read-me file I just added wolfssl & wolfssl_example beside lpc-chip & lpc board reference projects.
but seems there is a setting for lib-wolfssl project in compiler & linker include sections which i could not find.
Also based on below command line output you can see that is a linker problem which could not find lib-wolfssl.a library in
"${workspace_loc:/lib_wolfssl/Debug}"
,Although as I said before wolfssl was built successfully and there is a
file in
"${workspace_loc:/wolfssl/Debug}"
Do you have any suggestion how could I fix it ?
WBR,
Dizgah.
make -r -j4 all
Building target: wolf_example.axf
Invoking: MCU Linker
arm-none-eabi-gcc -nostdlib -L"D:\workspace\MCUXpresso\wolfssl\Debug" -L"D:\workspace\MCUXpresso\wolfssl\Debug" -L"D:\workspace\MCUXpresso\lpc_chip_18xx\Debug" -L"D:\workspace\MCUXpresso\lpc_board_nxp_lpcxpresso_1837\Debug" -Xlinker -Map="wolf_example.map" -Xlinker --gc-sections -mcpu=cortex-m3 -mthumb -T "wolf_example_Debug.ld" -o "wolf_example.axf" ./src/lpc_18xx_startup.o ./src/wolfssl_example.o -llib_wolfssl -lwolfssl -llpc_chip_18xx -llpc_board_nxp_lpcxpresso_1837
c:/nxp/mcuxpressoide_10.3.0_2200/ide/plugins/com.nxp.mcuxpresso.tools.win32_10.3.0.201811011841/tools/bin/../lib/gcc/arm-none-eabi/7.3.1/../../../../arm-none-eabi/bin/ld.exe: cannot find -llib_wolfssl
collect2.exe: error: ld returned 1 exit status
make: *** [makefile:37: wolf_example.axf] Error 1
Post's attachmentswolfssl.png
wolfssl.png 249.43 kb, 1 downloads since 2019-06-13
You don't have the permssions to download the attachments of this post.