You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
fanghuaqi
changed the title
IAR IDE shows that Fatal Error[Li001]: could not open file "C:\Users\xxxxxx\Desktop\NMSIS\NMSIS\ideprojects\iar\library\prebuilt\libnmsis_dsp_rv32imafdc.a" (failed opening file: ϵͳ@Ҳ@@@ָ@@@@·@@@@
IAR IDE shows that Fatal Error[Li001]: could not open file ideprojects\iar\library\prebuilt\libnmsis_dsp_rv32imafdc.a
Nov 7, 2023
The library used by IAR nmsis dsp examples located in $PROJ_DIR$\..\library\prebuilt\libnmsis_dsp_rv32imafdc.a,so you should:
Click nmsis_library.eww, build the library.(the generated library with .a suffix is placed in Your path\NMSIS\NMSIS\ideprojects\iar\library\Debug\Exe called nmsis_dsp.a, and nmsis_nn.a, which is respectively ready for the nmsis_dsp_examples and nmsis_nn_examples projects.)
Create a directory called "prebuilt" in Your path\NMSIS\NMSIS\ideprojects\iar\library
Copy and rename nmsis_dsp.a to libnmsis_dsp_rv32imafdc.a, put it in the Your path\NMSIS\NMSIS\ideprojects\iar\library\prebuilt
Firstly, I clone respository according https://github.com/Nuclei-Software/NMSIS/blob/master/NMSIS/ideprojects/iar/README.md, but when open nmsis_dsp_examples.eww by IAR IDE, then build the examples,it fails:
The text was updated successfully, but these errors were encountered: