'Error in setting up goldbolt with childprocess launch failure
I got error in setting godbolt: https://godbolt.org/z/MYcqjeMKe
Program returned: 255
[F][2022-02-14T15:04:35+0000][1] bool subproc::runChild(nsjconf_t*, int, int, int, int)():448 Launching child process failed
I observed that <No output file /tmp/compiler-explorer-compiler2022114-6738-38ipku.u1md1/build/output.s>
is present, can you please help ?
Solution 1:[1]
I posted this bug https://github.com/compiler-explorer/compiler-explorer/issues/3649
and got the answer to simply change the output.s target to match the executable specified in the CMakeLists.txt.
This seems to work, although on the first project I tried this on I could not find a way to change output.s to something else.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | E. Waldner |