Building GCC inside VS Code #560
Unanswered
MathiasMagnus
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Are you able to successfully build GCC in the command line? GCC is a notorious difficult project to configure. This seems like a good test, let us know if you ran into any issues, and we are open to contributions in the extension. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have tried to configure and build GCC inside VS Code with the extension but ultimately couldn't.
IIUC GCC
configure
script would behave as amakefile.PreConfigureScript
, creating theMakefile
for the build, and as such it has to run at least once. However GCC's configure throws a hard error when trying to build in-source, and I can't seem to find a way to tell it to place the makefiles other than cwd and the extension doesn't let me configure the cwd while invoking the pre-configure script.Has anyone seen success building GCC with this extension?
Beta Was this translation helpful? Give feedback.
All reactions