-
maker file:
kernel_source_files := $(shell find src/impl/kernel -name *.c)
kernel_object_files := $(patsubst src/impl/kernel/%.c, build/kernel/%.o, $(kernel_source_files))
x86_64_c_source_files…
-
https://cjting.me/2020/12/10/tiny-x64-helloworld/
编写一个最小的 64 位 Hello World
-
**Description**
We have developers on Gentoo testing some unusual setups, particularly:
- There is no `/usr/bin/gcc`, `/usr/bin/cc` or `/usr/bin/ar`
- There is no `gcc`, `cc` or `ar` in `$PATH`
…
-
Given the following code:
```c
#include
char buf[64];
void f(void) { memset(buf, 0, sizeof(buf)); }
```
Compiled code on Linux x86_64 with GCC 9.2.1 looks like:
```
% gcc -Wall -O2 -c b…
-
**1. Problems compiling 32-bit version on 64-bit:**
```
gcc -g -shared -fvisibility=hidden -fPIC -o lin32.xpl \
-Wall -Wextra -m32 \
-I SDK/CHeaders/XPLM xpl.c hook.c hook.h sec.…
-
This library can't be compiled (linked) on x32 (https://en.wikipedia.org/wiki/X32_ABI)
/usr/bin/ld: i386:x86-64 architecture of input file `erasure_code/.libs/gf_vect_mul_sse.o' is incompatible with …
onovy updated
5 years ago
-
It appears as if the ELF parser does not handle all possible values of `e_shstrndx` correctly:
https://github.com/libbpf/blazesym/blob/master/src/elf/parser.rs#L192-L207
`ELF(5)` states:
```
…
-
I'm trying to install CVC on Ubuntu 16.10 but get the following errors on make -f makefile.cvc64
```
gcc -pipe -Wall -I../pli_incs -fPIC -D__RHEL6X__ -fno-strength-reduce -fomit-frame-pointer -O…
-
# Describe the bug
Xperia XZ2 Compact, Userland running Ubuntu with LXDE. These are my first hours with Userland.
At first I was getting error with not found libdl:
```
tomek@localhost:~$ wget…
-
### Go version
go version go1.21.6 freebsd/amd64
### Output of `go env` in your module/workspace:
```shell
GO111MODULE=''
GOARCH='amd64'
GOBIN=''
GOCACHE='/.cache/go-build'
GOENV='/.config/go/e…
xiaq updated
10 months ago