fabio.mevoli
Member
I installed the local build server, and it works for compiling apps that use B4i's internal libraries. If I use external libraries I created myself (.a, .h, .xml files), which folders should I copy them to?
I added the libraries to C:\Program Files\Anywhere Software\B4i\Libraries on my PC and to \B4iBuildServer\Libs on my Mac.
I also added #AdditionalLib: libCoreNFCLib.a to B4Xmainpage.
In this case, I receive the error message:
ld: library 'libCoreNFCLib.a' not found
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Error: ** BUILD FAILED **
I added the libraries to C:\Program Files\Anywhere Software\B4i\Libraries on my PC and to \B4iBuildServer\Libs on my Mac.
I also added #AdditionalLib: libCoreNFCLib.a to B4Xmainpage.
In this case, I receive the error message:
ld: library 'libCoreNFCLib.a' not found
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Error: ** BUILD FAILED **