Please note: We are aware of an issue affecting replies on the Arm Community forums, which may not be loading as expected.

We apologize for any inconvenience and appreciate your patience while we investigate and work to resolve the issue.

Thank you for your understanding.


This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Undefined symbol arm_nn_softmax_common_s8

I want to use the tensorflow Lite Micro in the c++ project of armDS.

There is an error when I check the library and build it as shown in the picture in software components.

The error is "Error: L6218E: Undefined symbol arm_nn_softmax_common_s8 (referred from arm_softmax_s8_s16.o)"

Is there an error because there is a library that I didn't install?

It seems to me that there is an error in the CMSIS-NN Neural Network library.

Somebody tell me how to solve this