Tiime to Programmer [email protected] • 2 months agoSegmentation Faultlemmy.mlimagemessage-square19fedilinkarrow-up1211arrow-down110
arrow-up1201arrow-down1imageSegmentation Faultlemmy.mlTiime to Programmer [email protected] • 2 months agomessage-square19fedilink
minus-square@db2link1•2 months ago Support for the a.out format was deprecated in Linux kernel version 5.1, and support for the format was removed across the 5.18 and 5.19 kernel releases. https://en.wikipedia.org/wiki/A.out
minus-square@mkwtlink4•2 months agoFor “reasons” GCC outputs “a.out” as the default file name, even if the output format is actually, ELF, PE, or whatever. Override this behaviour with the -o option.
https://en.wikipedia.org/wiki/A.out
For “reasons” GCC outputs “a.out” as the default file name, even if the output format is actually, ELF, PE, or whatever.
Override this behaviour with the -o option.