2024-02-17 03:34 PM
Hi, I am having trouble building my ISPU project. When I attempt to build i get 3 errors:
1- fatal error: neuton_generated/neuton_user_types.h: No such file or directory ispu line 13, external location: C:\Human_Movements_Recognition_8_float_off_scale_unique\neuton\include\neuton\nn\neuton_nn.h C/C++ Problem
2- Description Resource Path Location Type
make: *** [makefile:48: all] Error 2 ispu C/C++ Problem
3- Description Resource Path Location Type
make[1]: *** [src/subdir.mk:20: src/main.o] Error 1 ispu C/C++ Problem
I have included neuton_generated already but it doesn't seem to want to find it
Any Ideas?
2024-02-22 08:33 AM
@Cesar-Luna wrote:Hi, I am having trouble building my ISPU project. When I attempt to build i get 3 errors:
1- fatal error: neuton_generated/neuton_user_types.h: No such file or directory ispu line 13, external location: C:\Human_Movements_Recognition_8_float_off_scale_unique\neuton\include\neuton\nn\neuton_nn.h C/C++ Problem
So it's not finding the neuton_nn.h file
Does that file actually exist in that location on your system?
That's a relative path, so it has to be relative to somewhere that the compiler is looking - ie, somewhere in your Include Paths.
Is it?
Rather than confuse the issue with relative paths, why not just add the actual path to your Include Paths?
Please use this button to properly post source code - not as images:
2024-08-21 01:03 PM
Boa tarde, tive esse mesmo problema,
make: *** [makefile:48: all] Error 2 ispu C/C++ Problem
exclui esse arquivo makefile da pasta do projeto e tente recompilar o projeto, experimenta fazer o mesmo.