2024-02-02 12:52 PM
Hi,
I ask for the following issue.
I am testing the STEVAL-IDB008V1 board, the BLE RemoteControl example.
I am able to compile the original WiseStudio example project in WiseStudio IDE.
THE PROBLEM
I imported the same project from WARM project in TrueStudio Atollic (9.3 version) according to the importing instruction: I am able to compile the original project files but in the linking phase an error is detected with the libluuemrg1_stack.a library.
Some symbols (related to the the cryptography functions AES......) are not found: a message like
"undefined AES..... isn't used" appears and the link operation (by using arm-atollic-eabi-gcc -o command) finishes without the executable file.
Do you have any suggestion?
Thanks in advance.
Mario