skeeto/w64devkitPublic NotificationsYou must be signed in to change notification settings Fork242 Star3.4k New issue Closed Description ZCShou skeeto commentedon Jul 30, 2024 skeeto I only enable static libstdc++, so libgcc_eh is rolled into libgcc. If a build system uses -lgcc_eh then it'...
"C:\wasm-emscripten\emsdk\upstream\bin\clang.exe" -cc1 -triple wasm32-unkn own-emscripten -emit-obj -mrelax-all --mrelax-relocations -disable-free -main-fi le-name hello_world.c -mrelocation-model static -mframe-pointer=none -fno-roundi ...
sparc-elf-gcc.exe -v -c ../src/main.c -o ../obj/main.o Reading specs from /cygdrive/c/SPE-C2.5/bin/../lib/gcc-lib/sparc-elf/3.2.3/specs Configured with: ../gcc-3.2.3/configure --target=sparc-elf --prefix=/opt/sparc-elf-3.2.3 --with-gnu-as --with-gnu-ld --...
I'm getting an unexpected complaint from LD that it can't find something. I'm not sure what LD cannot find, even after passing --verbose. $ g++ -g3 -O0 sample.cpp -o sample.exe -Wall -Wextra -Wconversion -fPIE -pie -fstack-protector-all -Wl,-z,noexecstack -Wl,-z,noexec...