Re: Compiling Coreutils with masm=intel

2023-09-14 Thread Arsen Arsenović
Jay writes: > Hello, thank you for your reply. > > I am currently writing an assembly rewriting tool, and with information > gathered throughout my toolchain, Intel syntax, at least for my purpose, > provides many intuitive ways to rewrite the assembly. Therefore, I was > hoping to remain

Re: Compiling Coreutils with masm=intel

2023-09-13 Thread Arsen Arsenović
Jay writes: > Hello, > > I am trying to compile coreutils with the following commands: > > CC=gcc CFLAGS="-O0 -gdwarf-2 -save-temps=obj -Wno-error > -fno-asynchronous-unwind-tables -fno-exceptions" ../configure --prefix > /home/Documents/coreutils/intelbuild && make -j8 > > However, it fails

Compiling Coreutils with masm=intel

2023-09-12 Thread Jay
Hello, I am trying to compile coreutils with the following commands: CC=gcc CFLAGS="-O0 -gdwarf-2 -save-temps=obj -Wno-error -fno-asynchronous-unwind-tables -fno-exceptions" ../configure --prefix /home/Documents/coreutils/intelbuild && make -j8 However, it fails with the following message: