This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [binutils] Error: peigen.c:676:34: error: invalid suffix "ch0000" on integer constant


On Mon, Nov 9, 2009 at 12:34 AM, Alan Modra <amodra@bigpond.net.au> wrote:
> On Sun, Nov 08, 2009 at 07:18:25PM +0100, Sedat Dilek wrote:
>> peigen.c:676:34: error: invalid suffix "ch0000" on integer constant
>
> What does your build directory bfd/bfdver.h file contain?
>

$ cd ~/src/binutils/binutils-2.20.51.20091108

$ find ./ -name bfdver.h
./builddir-multi/bfd/bfdver.h
./builddir-single/bfd/bfdver.h

$ cat ./builddir-multi/bfd/bfdver.h
#define BFD_VERSION_DATE 20091108
#define BFD_VERSION 220ch0000
#define BFD_VERSION_STRING  "(GNU Binutils for Debian) "
"2.20.51-multiarch.20091108"
#define REPORT_BUGS_TO "<http://www.sourceware.org/bugzilla/>"

$ cat ./builddir-single/bfd/bfdver.h
#define BFD_VERSION_DATE 20091108
#define BFD_VERSION 220510000
#define BFD_VERSION_STRING  "(GNU Binutils for Debian) " "2.20.51.20091108"
#define REPORT_BUGS_TO "<http://www.sourceware.org/bugzilla/>"

Oops :-)
#define BFD_VERSION 220ch0000 <--- faulty one
#define BFD_VERSION 220510000

Regards,
- Sedat -


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]