AU build failed
-
Trying to compile on hise my Au plugin, this is what comes out:
ld: library not found for -lNeon /opt/intel/ipp/lib/libippi.a
clang: error: linker command failed with exit code 1 (use -v to see invocation)
▸ Linking Neon\
ld: library not found for -lNeon /opt/intel/ipp/lib/libippi.a
clang: error: linker command failed with exit code 1 (use -v to see invocation)
** BUILD FAILED **
The following build commands failed:
Ld build/Neon\ .build/Release/Neon\ \ -\ AU.build/Objects-normal/i386/Neon\ normal i386
Ld build/Neon\ .build/Release/Neon\ \ -\ AU.build/Objects-normal/x86_64/Neon\ normal x86_64
(2 failures)Any idea please?
Thanks -
IT looks like you trying build plug-in for 32bit os
-
I’ve forgot where I can change it please
-
@nesta99 in projucer
-
@Lindon
Tried that, but still won’t build .. don’t know why to be honest -
@nesta99
ld: library not found for -lNeon /opt/intel/ipp/lib/libippi.a
ipp
-
@d-healey Yes, I do already have Ipp... I dont know the issue..Is it the path, or this ipp version is too old?
-
@nesta99 It's telling you it can't find a file at a particular path, so you need to give it the correct path - or disable IPP if you're not using it.
-
@d-healey Thanks, I've unchecked the ipp and still this is what comes out:
"stdout: ld: library not found for -lNeon
clang: error: linker command failed with exit code 1 (use -v to see invocation)"Any idea please?
-
@nesta99 No idea, go back to the last version that worked for you and see what's changed.
-
@d-healey
Solved! There was a space after Neon