-
### Xmake Version
2.9.6+20241105
### Operating System Version and Architecture
windows, ubuntu
### Describe Bug
I'm trying to taste the project to compile grpc but it fails to compile, the exampl…
-
The dependency on a locally installed `nasm` is very annoying for end users. Being in a build script, it leaks everywhere.
`nasm` is very cheap to clone and build, that could all happen in the buil…
-
with what AV/EDR have you used in , to see if do the evasion
kali 2024
~~~~~~~~~~~~~~~~~~
└─$ make all
gcc -Wall -O2 -c main.c -o main.o
main.c:4:10: fatal error: utils.h: No such file or dire…
-
nasm issue
```
| FAILED: obj/third_party/libjpeg_turbo/simd_asm/jccolor-avx2.o
| python3 ../build/gn_run_binary.py nasm -DPIC -felf64 -I../third_party/libjpeg_turbo/simd/nasm// -I../third_party/l…
-
### Description
os:win server 2022
conan install . --build=missing -pr=default 编译nasm报错
### Package and Environment Details
* Package Name/Version: **nasm/2.16.01**
* Operating System+v…
-
Ever since the version bump for hyper-rustls, nasm becomes a dependency and it creates trouble while building.
Building with `cargo build --release` works, whereas when using cross, it does not work.…
-
### Brief description of your issue
After installing NASM, it is not detected by `winget list`, and cannot be uninstalled by `winget uninstall`.
### Steps to reproduce
1. `winget install -e --id NA…
-
Help
I run make and get this error:
PS C:\Users\George\Workspace\OSdev> .\make
mkdir -p build
nasm src/bootloader/boot.asm -f bin -o build/bootloader.bin
process_begin: CreateProcess(NULL, nasm s…
-
This changeset has the final ident86 report comparing today's drdos.pag with that of 2024-08-02: https://hg.pushbx.org/ecm/edrdos/rev/3d43a9d29b68
Today's build only uses NASM, WarpLink, x2b2, roun…
-
When one of the source files is built via NASM cv2pdb fails to remove the COFF_SYMBOLS from the built executable.
I tried to create a minimal version to reproduce the bug, it should build fine with…