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

Build failure on Ubuntu 18.04 with gcc 7.4.0 (default) #3

Closed
alex-luxonis opened this issue Mar 11, 2020 · 2 comments
Closed

Build failure on Ubuntu 18.04 with gcc 7.4.0 (default) #3

alex-luxonis opened this issue Mar 11, 2020 · 2 comments
Assignees

Comments

@alex-luxonis
Copy link
Collaborator

The final link step is failing with this error:

depthai-api/host/py_module/build$ make
[ 20%] Built target nlohmann_json_schema_validator
[ 24%] Linking CXX shared module depthai.cpython-36m-x86_64-linux-gnu.so
/usr/bin/ld: /tmp/ccMFU1de.ltrans0.ltrans.o: relocation R_X86_64_PC32 against symbol `_ZNSt14__shared_countILN9__gnu_cxx12_Lock_policyE2EEC1Ev' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: final link failed: Bad value
collect2: error: ld returned 1 exit status
CMakeFiles/depthai.dir/build.make:563: recipe for target 'depthai.cpython-36m-x86_64-linux-gnu.so' failed
make[2]: *** [depthai.cpython-36m-x86_64-linux-gnu.so] Error 1
CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/depthai.dir/all' failed
make[1]: *** [CMakeFiles/depthai.dir/all] Error 2
Makefile:129: recipe for target 'all' failed
make: *** [all] Error 2
@alex-luxonis alex-luxonis self-assigned this Mar 11, 2020
@alex-luxonis
Copy link
Collaborator Author

alex-luxonis commented Mar 11, 2020

Compiler version when the failure occurred:
g++ --version

g++ (Ubuntu 7.4.0-1ubuntu1~18.04.1) 7.4.0

@alex-luxonis
Copy link
Collaborator Author

Upgrading to gcc/g++ 8 seems to be a solution/workaround for this issue:

sudo apt install g++-8
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-8 70
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-8 70

g++ --version

g++ (Ubuntu 8.3.0-26ubuntu1~18.04) 8.3.0

Will add this info in README.md as well.

@alex-luxonis alex-luxonis changed the title Build failure of Ubuntu 18.04 with gcc 7.4.0 (default) Build failure on Ubuntu 18.04 with gcc 7.4.0 (default) Mar 11, 2020
VanDavv added a commit that referenced this issue Sep 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant