Skip to content

add cstdint for uint64_t support#1136

Open
drew-sinha wants to merge 1 commit intoarq5x:masterfrom
drew-sinha:debug-uint64
Open

add cstdint for uint64_t support#1136
drew-sinha wants to merge 1 commit intoarq5x:masterfrom
drew-sinha:debug-uint64

Conversation

@drew-sinha
Copy link
Copy Markdown

@drew-sinha drew-sinha commented Dec 27, 2025

This PR covers a set of compile time errors from no declaration for uint64_t's; header for cstdint added to respective files. Environment as noted below. Unclear if/why this is a specific issue for this architecture/build tools given stable builds from upstream.

edit: typos
//
Architecture: Docker with Alpine Linux (as below)
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-alpine-linux-musl/15.2.0/lto-wrapper
Target: x86_64-alpine-linux-musl
Configured with: /home/buildozer/aports/main/gcc/src/gcc-15.2.0/configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --build=x86_64-alpine-linux-musl --host=x86_64-alpine-linux-musl --target=x86_64-alpine-linux-musl --enable-checking=release --disable-cet --disable-fixed-point --disable-libstdcxx-pch --disable-multilib --disable-nls --disable-werror --disable-symvers --enable-__cxa_atexit --enable-default-pie --enable-default-ssp --enable-languages=c,c++,d,objc,go,fortran,ada --enable-link-serialization=2 --enable-linker-build-id --disable-libssp --enable-libsanitizer --enable-shared --enable-threads --enable-tls --with-bugurl=https://gitlab.alpinelinux.org/alpine/aports/-/issues --with-system-zlib --with-linker-hash-style=gnu --with-pkgversion='Alpine 15.2.0'
Thread model: posix
Supported LTO compression algorithms: zlib
gcc version 15.2.0 (Alpine 15.2.0)

@drew-sinha
Copy link
Copy Markdown
Author

Bump @arq5x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant