public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
* Re: Compiling Insight
@ 2000-06-30  0:40 Leslie Newell
  0 siblings, 0 replies; 5+ messages in thread
From: Leslie Newell @ 2000-06-30  0:40 UTC (permalink / raw)
  To: insight

Thanks, Kai. I will download them tonight.

Les


>Leslie Newell wrote:
>> 
>> I am experimenting with DJGPP versions of  Gcc and GDB, running under Win98 and with a H8 based remote target.
>> Being brought up on Dos I am not used to having to compile applications before using them, so could someone
>> please give me a few pointers on how to go about compiling Insight.
>
> Hmmm, why not just download a prebuilt Insight for the H8/300 target first ?
>
>    www.saunalahti.fi/~ankosk2/embtools.htm
>
>> I have an old(ish) version if cygwin and the latest copies if the DJGPP binaries. If I need anything else I
>> have no problem with downloading large files.
>
> Then the Hitachi America's 87.5 M 'H8S_dos_99r1p1.zip' isn't a problem either...
>
>   ftp://ftp.hsa.hitachi.com/outgoing/tools/3rdparty/
>
>Cheers, Kai
>
>


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Compiling Insight
  2009-08-15 12:11 Russel Winder
@ 2009-08-15 15:46 ` Russel Winder
  0 siblings, 0 replies; 5+ messages in thread
From: Russel Winder @ 2009-08-15 15:46 UTC (permalink / raw)
  To: Insight

[-- Attachment #1: Type: text/plain, Size: 2360 bytes --]

I take the plunge and checkout out the development repository.

Initially the build failed as texinfo wasn't installed.  The core
problem is marked as a warning but it causes the build to fail.  I think
there is an issue to sort out there.

The build then failed because flex wasn't installed.  I guess the config
phase should check for the presence of flex so as to avoid this failure.
I installed bison at the same time as flex so I don't know if that would
cause a problem as well.

With texinfo and flex (and bison) in place the build completed and
installed as required.

PS  It seems that 6,7,1 remains the version of insight in Debian and
hence Ubuntu.


On Sat, 2009-08-15 at 13:11 +0100, Russel Winder wrote:
> I have just downloaded 6.8.1 from the website, but when I try to compile
> it I get an error as shown below.  I am on Ubuntu 9.04 with the standard
> GCC installed.  Is this supposed to compile "out of the box"?
> 
> Thanks.
> 
>         gcc -c -g -O2   -I. -I.././gdb -I.././gdb/config -DLOCALEDIR="\"/opt/insight-6.8.1/share/locale\"" -DHAVE_CONFIG_H -I.././gdb/../include/opcode -I.././gdb/../readline/.. -I../bfd -I.././gdb/../bfd -I.././gdb/../include -I../libdecnumber -I.././gdb/../libdecnumber   -DMI_OUT=1 -DGDBTK -DTUI=1  -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wno-switch -Wno-char-subscripts -Werror .././gdb/cli/cli-cmds.c
>         cc1: warnings being treated as errors
>         .././gdb/cli/cli-cmds.c: In function ‘pwd_command’:
>         .././gdb/cli/cli-cmds.c:323: error: ignoring return value of ‘getcwd’, declared with attribute warn_unused_result
>         make[2]: *** [cli-cmds.o] Error 1
>         make[2]: Leaving directory `/home/share/tmp/insight-6.8-1/gdb'
>         make[1]: *** [all-gdb] Error 2
>         make[1]: Leaving directory `/home/share/tmp/insight-6.8-1'
>         make: *** [all] Error 2

-- 
Russel.
=============================================================================
Dr Russel Winder      Partner
                                            xmpp: russel@russel.org.uk
Concertant LLP        t: +44 20 7585 2200, +44 20 7193 9203
41 Buckmaster Road,   f: +44 8700 516 084   voip: sip:russel.winder@ekiga.net
London SW11 1EN, UK   m: +44 7770 465 077   skype: russel_winder

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Compiling Insight
@ 2009-08-15 12:11 Russel Winder
  2009-08-15 15:46 ` Russel Winder
  0 siblings, 1 reply; 5+ messages in thread
From: Russel Winder @ 2009-08-15 12:11 UTC (permalink / raw)
  To: Insight

[-- Attachment #1: Type: text/plain, Size: 1593 bytes --]

I have just downloaded 6.8.1 from the website, but when I try to compile
it I get an error as shown below.  I am on Ubuntu 9.04 with the standard
GCC installed.  Is this supposed to compile "out of the box"?

Thanks.

        gcc -c -g -O2   -I. -I.././gdb -I.././gdb/config -DLOCALEDIR="\"/opt/insight-6.8.1/share/locale\"" -DHAVE_CONFIG_H -I.././gdb/../include/opcode -I.././gdb/../readline/.. -I../bfd -I.././gdb/../bfd -I.././gdb/../include -I../libdecnumber -I.././gdb/../libdecnumber   -DMI_OUT=1 -DGDBTK -DTUI=1  -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wno-switch -Wno-char-subscripts -Werror .././gdb/cli/cli-cmds.c
        cc1: warnings being treated as errors
        .././gdb/cli/cli-cmds.c: In function ‘pwd_command’:
        .././gdb/cli/cli-cmds.c:323: error: ignoring return value of ‘getcwd’, declared with attribute warn_unused_result
        make[2]: *** [cli-cmds.o] Error 1
        make[2]: Leaving directory `/home/share/tmp/insight-6.8-1/gdb'
        make[1]: *** [all-gdb] Error 2
        make[1]: Leaving directory `/home/share/tmp/insight-6.8-1'
        make: *** [all] Error 2

-- 
Russel.
=============================================================================
Dr Russel Winder      Partner
                                            xmpp: russel@russel.org.uk
Concertant LLP        t: +44 20 7585 2200, +44 20 7193 9203
41 Buckmaster Road,   f: +44 8700 516 084   voip: sip:russel.winder@ekiga.net
London SW11 1EN, UK   m: +44 7770 465 077   skype: russel_winder

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Compiling Insight
  2000-06-29  3:26 Leslie Newell
@ 2000-06-29 15:47 ` Kai Ruottu
  0 siblings, 0 replies; 5+ messages in thread
From: Kai Ruottu @ 2000-06-29 15:47 UTC (permalink / raw)
  To: Leslie Newell; +Cc: insight

Leslie Newell wrote:
> 
> I am experimenting with DJGPP versions of  Gcc and GDB, running under Win98 and with a H8 based remote target.
> Being brought up on Dos I am not used to having to compile applications before using them, so could someone
> please give me a few pointers on how to go about compiling Insight.

 Hmmm, why not just download a prebuilt Insight for the H8/300 target first ?

    www.saunalahti.fi/~ankosk2/embtools.htm

> I have an old(ish) version if cygwin and the latest copies if the DJGPP binaries. If I need anything else I
> have no problem with downloading large files.

 Then the Hitachi America's 87.5 M 'H8S_dos_99r1p1.zip' isn't a problem either...

   ftp://ftp.hsa.hitachi.com/outgoing/tools/3rdparty/

Cheers, Kai

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Compiling Insight
@ 2000-06-29  3:26 Leslie Newell
  2000-06-29 15:47 ` Kai Ruottu
  0 siblings, 1 reply; 5+ messages in thread
From: Leslie Newell @ 2000-06-29  3:26 UTC (permalink / raw)
  To: insight

Hi,

I am experimenting with DJGPP versions of  Gcc and GDB, running under Win98 and with a H8 based remote target. Being brought up on
Dos I am not used to having to compile applications before using them, so could someone please give me a few pointers on how to go
about compiling Insight. I have an old(ish) version if cygwin and the latest copies if the DJGPP binaries. If I need anything else I
have no problem with downloading large files.

TIA,
Les

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-08-15 15:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-06-30  0:40 Compiling Insight Leslie Newell
  -- strict thread matches above, loose matches on Subject: below --
2009-08-15 12:11 Russel Winder
2009-08-15 15:46 ` Russel Winder
2000-06-29  3:26 Leslie Newell
2000-06-29 15:47 ` Kai Ruottu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).