This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

CMSIS NN

Dear nordic team,

I'm developing a sensor based on nrf52840 and I want to make use of CMSIS NN. I have already integrated CMSIS in my eclipse project and can already use the dsp library.

If I try to link the NN headers the following errors are displayed during compilation of the project. If you have a solution or a suggestion, I would really appreciate it.

Best regards

In function 'void __cmsis_start()':
/Packages/ARM/CMSIS/5.6.0/CMSIS/Include/cmsis_gcc.h:146:31: error: 'const __cmsis_start()::__copy_table_t __copy_table_start__', declared using local type 'const __cmsis_start()::__copy_table_t', is used but never defined [-fpermissive]
   extern const __copy_table_t __copy_table_start__;
                               ^~~~~~~~~~~~~~~~~~~~
/Packages/ARM/CMSIS/5.6.0/CMSIS/Include/cmsis_gcc.h:147:31: error: 'const __cmsis_start()::__copy_table_t __copy_table_end__', declared using local type 'const __cmsis_start()::__copy_table_t', is used but never defined [-fpermissive]
   extern const __copy_table_t __copy_table_end__;
                               ^~~~~~~~~~~~~~~~~~
/Packages/ARM/CMSIS/5.6.0/CMSIS/Include/cmsis_gcc.h:148:31: error: 'const __cmsis_start()::__zero_table_t __zero_table_start__', declared using local type 'const __cmsis_start()::__zero_table_t', is used but never defined [-fpermissive]
   extern const __zero_table_t __zero_table_start__;
                               ^~~~~~~~~~~~~~~~~~~~
/Packages/ARM/CMSIS/5.6.0/CMSIS/Include/cmsis_gcc.h:149:31: error: 'const __cmsis_start()::__zero_table_t __zero_table_end__', declared using local type 'const __cmsis_start()::__zero_table_t', is used but never defined [-fpermissive]
   extern const __zero_table_t __zero_table_end__;

Parents Reply Children
No Data
Related