Tool/software:
HI All,
Created and compiled ‘Hello_world’ with A53 core in CCS.
I created an FFT using NE10 and cannot link the static library.
How can I link them?
1. build NE10 using Ubuntu 24.02LTS on WSL2
・Install nix platform, cmake, gcc and g++.
・DL a clone of NE10 from Git.
・Execute cmake→make according to the documentation.
・The library libNE10.a is created.
2. Create ‘Hello_world’ in CCS.
3. Paste ‘libNe10.a’ and the inc folder of NE10 into the project.
4. Register ‘libNe10.a’ in the linker library from the project properties.
5, Create the FFT section with reference to the NE10 sample.
6. Compile error

Best Regards,
Ito






