Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IAR IDE shows that Fatal Error[Li001]: could not open file ideprojects\iar\library\prebuilt\libnmsis_dsp_rv32imafdc.a #4

Open
dongyongtao opened this issue Nov 7, 2023 · 1 comment
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@dongyongtao
Copy link

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:

image

@fanghuaqi 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
@dongyongtao
Copy link
Author

The library used by IAR nmsis dsp examples located in $PROJ_DIR$\..\library\prebuilt\libnmsis_dsp_rv32imafdc.a,so you should:

  1. 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.)
  2. Create a directory called "prebuilt" in Your path\NMSIS\NMSIS\ideprojects\iar\library
  3. Copy and rename nmsis_dsp.a to libnmsis_dsp_rv32imafdc.a, put it in the Your path\NMSIS\NMSIS\ideprojects\iar\library\prebuilt
  4. Rebuild the nmsis dsp examples
  5. Deal the same with nmsis nn examples

@fanghuaqi fanghuaqi added the documentation Improvements or additions to documentation label Nov 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants