Code::Blocks Forums
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
As usual while waiting for the next release - don't forget to check the
nightly builds
in the forum.
Home
Help
Search
Login
Register
Code::Blocks Forums
»
Developer forums (C::B DEVELOPMENT STRICTLY!)
»
Contributions to C::B
»
Execvp error
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: Execvp error (Read 17528 times)
Austine1234
Single posting newcomer
Posts: 2
Execvp error
«
on:
December 22, 2022, 06:18:34 pm »
Am using fedora 37 Linux.....I just installed codeblocks on my machine but as I was testing it out. I wrote a few lines of code and as I try building it it give me an error of "no such file or directory" and I can't get rid of it. I tried vs code it's also giving the same error something like "execvp" Please help.
Logged
Miguel Gimenez
Developer
Lives here!
Posts: 1697
Re: Execvp error
«
Reply #1 on:
December 22, 2022, 07:21:59 pm »
Post a full rebuild log following this
instructions
.
Logged
Miguel Gimenez
Developer
Lives here!
Posts: 1697
Re: Execvp error
«
Reply #2 on:
December 22, 2022, 07:34:41 pm »
Do not use personal messages, just hit Reply under the last post.
You can attach files, including images; The logs can be attached, but for small sizes it is better to paste them inside code tags as explained in the link I gave you.
Logged
Austine1234
Single posting newcomer
Posts: 2
Re: Execvp error
«
Reply #3 on:
December 22, 2022, 07:47:18 pm »
I hv attached an image
Logged
Miguel Gimenez
Developer
Lives here!
Posts: 1697
Re: Execvp error
«
Reply #4 on:
December 22, 2022, 10:04:03 pm »
execvp tries to execute cc1plus and it fails. Probably you do not have configured or installed the toolchain correctly: the compiler is "x86_64...gcc" but the linker is only "g++". Both look invalid to me, the compiler is for C files and the linker is not working.
Logged
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
Developer forums (C::B DEVELOPMENT STRICTLY!)
»
Contributions to C::B
»
Execvp error