-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Cannot build Debug build with WITH_GPU=ON due to file truncation #14775
Comments
There need some times to fix this compile bug. Paddle/paddle/fluid/CMakeLists.txt Line 11 in c83d5b7
|
@luotao1 Thank you for the tip, I'll definitely try that 👍 |
solved by #15109 |
System information:
Reproduce:
Result [ 74%] Linking CXX static library libpaddle_fluid_origin.a |
Building with the same command still reports the same error: file truncation. Related to #15615, we can not reproduce the same results as yours. Thanks |
@lidanqing-intel please see #14775 (comment) |
If this would be searched again, consider update binutils to 2.28.0 or higher version. |
System information
-PaddlePaddle version 29d9fb5
-CPU: including MKLDNN version 0.17
-GPU: including CUDA 8.0/CUDNN 7 version
-OS Platform Ubuntu 16.04
-Python version 2.7.12
To Reproduce
Run cmake:
and build with
make -j
Describe your current behavior
When GPU build is ran with Debug build type, a linking error occurs:
The text was updated successfully, but these errors were encountered: