This is the mail archive of the insight@sourceware.org mailing list for the Insight 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: GDB-insight build errors


On 26 July 2007 06:26, ariga masahiro wrote:


> gcc -DHAVE_CONFIG_H -I. -I/home/username/insight-6.6/bfd -I. -I.
> -I/home/username/insight-6.6/bfd 
>  -I/home/username/insight-6.6/bfd/../include -W -Wall -Wstrict-prototypes
> -Wmissing-prototypes 
>  -Werror -g -O2 -c /home/username/insight-6.6/bfd/archive.c -o archive.o
> In file included from /home/username/insight-6.6/bfd/archive.c:132:
> ./bfd.h:127:3: #error No 64 bit integer type available


  This is the underlying cause of the problem: configure couldn't determine a
64-bit integer type for the code to use.  How was your configure command line?
Are there any clues in the config.log files?  Does the sh-elf compiler
actually support 64-bit long long types or not?

    cheers,
      DaveK
-- 
Can't think of a witty .sigline today....


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