-
Notifications
You must be signed in to change notification settings - Fork 343
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
Installing error #211
Comments
which branch are you using?
…On Tue, Jan 29, 2019 at 9:05 AM hdubey ***@***.***> wrote:
I am installing one year ago version of essen with cuda 7.5 and cuda8.0 on
a ubuntu with GPU. Got following error during install:
"gcc: error trying to exec 'cc1plus': execvp: No such file or directory
Makefile:86: recipe for target 'cuda-kernels.o' failed
make[1]: *** [cuda-kernels.o] Error 1
make[1]: Leaving directory '/scratch2/hxd150830/eesen/src/gpucompute'
Makefile:131: recipe for target 'gpucompute' failed
make: *** [gpucompute] Error 2"
How to fix it?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#211>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AMlwPYLabUCcI-oPORISMsvmPFHqMiabks5vIJtzgaJpZM4aYuOt>
.
|
|
ok thanks. Here it says that there is some kind of problem with your
compiler.
You're possibly missing g++ package on your machine.
Can you try to reinsrall g++?
apt-get install g++
Thanks!
…On Tue, Jan 29, 2019 at 10:32 AM hdubey ***@***.***> wrote:
- (HEAD detached at 4a98525
<4a98525>
)
master
remotes/origin/HEAD -> origin/master
remotes/origin/lorelei
remotes/origin/master
remotes/origin/tensorflow
remotes/origin/tf_clean
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#211 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AMlwPRAnL6DG0PB4j0pdWhwUXUPvU82wks5vIK_3gaJpZM4aYuOt>
.
|
Thanks. I reinstalled the gcc. Now, new error appears: Thanks! |
Did you clean the installation first before retrying.
Thank you!
…On Tue, Jan 29, 2019 at 11:21 AM hdubey ***@***.***> wrote:
Thanks. I reinstalled the gcc. Now, new error appears:
collect2: error: ld returned 1 exit status
../makefiles/default_rules.mk:35: recipe for target 'liblm.so' failed
make[1]: *** [liblm.so] Error 1
make[1]: Leaving directory '/scratch2/hxd150830/eesen/src/lm'
Makefile:131: recipe for target 'lm' failed
make: *** [lm] Error 2
Thanks!
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#211 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AMlwPfTS2fYz2Bv3hHA2Th8RPSwi54Hbks5vILs-gaJpZM4aYuOt>
.
|
I'm also installing eesen latest version but facing same problem: collect2: error: ld returned 1 exit status gcc version : 4.8.5 |
can you provide more information? a more complete log file? which OS, libraries, etc? |
|
I am installing one year ago version of essen with cuda 7.5 and cuda8.0 on a ubuntu with GPU. Got following error during install:
"gcc: error trying to exec 'cc1plus': execvp: No such file or directory
Makefile:86: recipe for target 'cuda-kernels.o' failed
make[1]: *** [cuda-kernels.o] Error 1
make[1]: Leaving directory '/scratch2/hxd150830/eesen/src/gpucompute'
Makefile:131: recipe for target 'gpucompute' failed
make: *** [gpucompute] Error 2"
How to fix it?
The text was updated successfully, but these errors were encountered: