how to configure cpp environment #7076
Unanswered
destined-wyy
asked this question in
Q&A
Replies: 4 comments 2 replies
-
Have you installed the compiler and is it available on |
Beta Was this translation helpful? Give feedback.
1 reply
-
Thank you for your reply.I'm a beginner in CS field,and have little knowledge about linux os system,so in order to skip the complex configuration,i find a project in github,
https://github.com/nightmare-space/vscode_for_android?tab=readme-ov-file#code-fa
…---- Replied Message ----
| From | ***@***.***> |
| Date | 11/13/2024 03:29 |
| To | ***@***.***> |
| Cc | ***@***.***>***@***.***> |
| Subject | Re: [coder/code-server] how to configure cpp environment (Discussion #7076) |
Although, I see in the terminal it did find it. Why do you have to wrap it in /bin/bash -c? My guess is that it is not set in code-server's environment. Does it work if you run gcc directly? What does printenv PATH and /bin/bash -c "which gcc" give you?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
-
This project wrap code-server,i propose a issue under this project but the author let me propose issue under the code-server project.I try to download the complier in the app code-FA,but failed.
…---- Replied Message ----
| From | ***@***.***> |
| Date | 11/13/2024 03:29 |
| To | ***@***.***> |
| Cc | ***@***.***>***@***.***> |
| Subject | Re: [coder/code-server] how to configure cpp environment (Discussion #7076) |
Although, I see in the terminal it did find it. Why do you have to wrap it in /bin/bash -c? My guess is that it is not set in code-server's environment. Does it work if you run gcc directly? What does printenv PATH and /bin/bash -c "which gcc" give you?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Sorry for not checking my messages recently and replying a bit late.
…---- Replied Message ----
| From | ***@***.***> |
| Date | 11/15/2024 03:35 |
| To | ***@***.***> |
| Cc | ***@***.***>***@***.***> |
| Subject | Re: [coder/code-server] how to configure cpp environment (Discussion #7076) |
I am not able to test that project, but let me know if you can run these commands in the terminal:
which gcc
printenv PATH
/bin/bash -c "which gcc"
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Beta Was this translation helpful? Give feedback.
All reactions