|
From: | lienze at sourceware dot org |
Subject: | [Bug binutils/29348] gdb/build: format specifies type 'unsigned long' but the argument has type 'bfd_size_type' (aka 'unsigned long long') |
Date: | Sat, 30 Jul 2022 11:24:43 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=29348 --- Comment #8 from Enze Li <lienze at sourceware dot org> --- (In reply to Alan Modra from comment #7) > That looks to be as expected. I wonder if your systems are typedef'ing > uint64_t as unsigned long long rather than unsigned long? To be honest, I didn't make any changes or settings to the system. After completing a fresh install of OpenBSD7.1, I used the following command to build, $ pkg_add -v git gmake $ git clone git://sourceware.org/git/binutils-gdb.git $ cd binutils-gdb $ ./configure --prefix=`pwd`/build $ gmake Then I encountered that error mentioned in comment #4. BTW, I downloaded the OpenBSD7.1 from here[1](install71.iso/amd64) > Preprocessed > source for the failing compile should show what underlying type is being > used. Can you provide that too? You mean the achieve.i? [1] https://www.openbsd.org/faq/faq4.html#Download -- You are receiving this mail because: You are on the CC list for the bug.
[Prev in Thread] | Current Thread | [Next in Thread] |