-
I would recommend to use autoconf and configure script. Configure script could check all command line optional options.
Option "-fwritable-strings" is not supported from GCC4.
Please note that I…
-
## Problem
While using UASM64.ini(or MASM64.ini), and if we want to compile our sources as debug, RadASM creates appname.exe and $.pdb
## Expectation
When compiling as debug we want RadASM to…
-
Copying directly from the cross matrix room
Artturin: Hmm `nix eval ".#pkgsCross.aarch64-multiplatform" -vvvvvvvvvvv` goes for a loop after evaluating `9ptls` https://gist.github.com/Artturin/997cc…
-
Hi Loonger,
```
$ make CC=/opt/loong-llvm/bin/clang
clang-7: warning: argument unused during compilation: '-Wa,-msoft-float' [-Wunused-command-line-argument]
clang-7: warning: argument unused du…
-
Is MASM support a coming feature? In the code it is mentioned but currently unsupported.
This would be a great feature since many universities use the "Assembly Language for x86 Processors, 7th edi…
-
Found this project via 7-Zip which seems to require it.
I then tried to compile asmc on Alpine, which doesn't have glibc.
It seems like you store a compiled copy of asmc64 in source control whic…
-
I really really need mingw-w64 support. i have a lot of programs that are using GCC that targets windows. Using Microsoft compiler isn't an option at all.
I really need that.
https://github.com/Gr…
-
`gcc --version`
> gcc (GCC) 14.2.0
Copyright (C) 2024 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABI…
-
### Package and Environment Details (include every applicable attribute)
* Package Name/Version: **sentry-crashpad/0.4.17**
* Operating System+version: **Windows 10**
* Compiler+version: …
-
for reverse engineering project i need to combine code of a reverse 16bit dos com program with reverse C code compiled with wcc
the asm_part.obj code needs to be at the end (the reversed code does …