public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* urgent-help needed
@ 2002-04-25 11:18 Naveen Malik
  2002-04-25 12:12 ` Ish Rattan
  0 siblings, 1 reply; 4+ messages in thread
From: Naveen Malik @ 2002-04-25 11:18 UTC (permalink / raw)
  To: gcc-help

hi,

I installed binutils-2.10.91.0.2 and gcc-3.0.4 (gcc -without-headers
and --with-newlib options) but when I install newlib1.10.0 I get the
following error message :

--------------------------------------------------------
 make[4]: Leaving directory
`/usr/m68k-coff/build-newlib/m68k-coff/m68000/libgloss/libnosys'
make[4]: Entering directory
`/usr/m68k-coff/build-newlib/m68k-coff/m68000/libgloss/m68k'
make[4]: *** No targets specified and no makefile found.  Stop.
make[4]: Leaving directory
`/usr/m68k-coff/build-newlib/m68k-coff/m68000/libgloss/m68k'
make[3]: *** [stmp-bsp] Error 2
make[3]: Leaving directory
`/usr/m68k-coff/build-newlib/m68k-coff/m68000/libgloss'
make[2]: *** [multi-do] Error 1
make[2]: Leaving directory `/usr/m68k-coff/build-newlib/m68k-coff/libgloss'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/m68k-coff/build-newlib/m68k-coff/libgloss'
make: *** [all-target-libgloss] Error 2

------------------------------------------------------

Please help me to resolve this issue.

Thanks in Advance.

Naveen Malik


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

* Re: urgent-help needed
  2002-04-25 11:18 urgent-help needed Naveen Malik
@ 2002-04-25 12:12 ` Ish Rattan
  0 siblings, 0 replies; 4+ messages in thread
From: Ish Rattan @ 2002-04-25 12:12 UTC (permalink / raw)
  To: gcc-help

On Thu, 25 Apr 2002, Naveen Malik wrote:

> Please help me to resolve this issue.
Looks no one knows about your problem.

-ishwar

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

* Re: urgent-help needed
       [not found]         ` <3CCD71D0.EA4C8A7@redhat.com>
@ 2002-04-29 13:51           ` Naveen Malik
  0 siblings, 0 replies; 4+ messages in thread
From: Naveen Malik @ 2002-04-29 13:51 UTC (permalink / raw)
  To: J. Johnston; +Cc: gcc-help

Dear Mr. Johnston,

The Patches worked fine and the newlib was build.

Earlier, I had configured the gcc-3.0.4 with --without-headers
& --with-newlib options in the build-gcc directory under my prefix
directory -- /usr/m68k-coff.
But after building newlib, to make complete gcc I gave the following
commands from the build-gcc directory :

$ ../gcc-3.0.4/configure --target=$TARGET --prefix=$PREFIX 2>&1 | tee
configure.log
$ make all install 2>&1 | tee make.log

it gave the following error message ----
-------------------------------------------------------
checking whether the C compiler
(/usr/m68k-coff/build-gcc/gcc/xgcc -B/usr/m68k-coff/build-gcc/gcc/ -B/usr/m6
8k-coff/m68k-coff/bin/ -B/usr/m68k-coff/m68k-coff/lib/ -isystem
/usr/m68k-coff/m68k-coff/include -g -O2 ) works... no
configure: error: installation or configuration problem: C compiler cannot
create executables.
make: *** [configure-target-libiberty] Error 1
--------------------------------------------------------

should I build this gcc in different directory in which it was built earlier
or what should be done in such situation ...... Please advice.

Thanks

With Best Regards

Naveen Malik

----- Original Message -----
From: "J. Johnston" <jjohnstn@redhat.com>
To: "Naveen Malik" <maliknaveen@hotmail.com>
Sent: Monday, April 29, 2002 9:46 PM
Subject: Re: urgent-help needed


> Naveen Malik wrote:
> >
> > Dear Mr. Johnston,
> >
> > I patched up the configure and configure.in present in the
> > /usr/m68k-coff/newlib-1.10.0/libgloss/m68k but I am unable to patch
> > ChangeLog present in /usr/m68k-coff/newlib-1.10.0/libgloss
> >
> > I copied the text by the name ChangeLog.diff, saved it into the libgloss
> > directory and when I run
> > patch --verbose -u < ChangeLog.diff
> >
> > following message appears on the screen :
> >
> > Hmm...  Looks like a unified diff to me...
> > (Stripping trailing CRs from patch.)
> > The text leading up to this was:
> > --------------------------
> > |===================================================================
> > |RCS file: /cvs/src/src/libgloss/ChangeLog,v
> > |retrieving revision 1.28
> > |retrieving revision 1.29
> > |diff -u -r1.28 -r1.29
> > |--- src/libgloss/ChangeLog 2002/04/15 20:45:57 1.28
> > |+++ src/libgloss/ChangeLog 2002/04/16 19:10:47 1.29
> > --------------------------
> > Patching file ChangeLog using Plan A...
> > Hunk #1 FAILED at 1.
> > 1 out of 1 hunk FAILED -- saving rejects to file ChangeLog.rej
> > Hmm...  Ignoring the trailing garbage.
> > done
> >
> >   ------------------------------
> >
> > How should I cure this error ?
>
> Just manually paste the ChangeLog manually.  The ChangeLog doesn't matter
much, it is just
> documentation about what was changed - it won't affect your build.
>
> -- Jeff J.
>
> >
> > Thanks a lot for your kind co-operation.
> >
> > With Best Regards
> >
> > Naveen malik
> >
> > ----- Original Message -----
> > From: "J. Johnston" <jjohnstn@redhat.com>
> > To: "Naveen Malik" <maliknaveen@hotmail.com>
> > Sent: Saturday, April 27, 2002 5:13 AM
> > Subject: Re: urgent-help needed
> >
> > > Naveen Malik wrote:
> > > >
> > > > Thanks a lot for your kind help. I will be really greatful if you
spare
> > a
> > > > moment and guide me how to apply those patches to the source code of
> > newlib.
> > > >
> > >
> > > Patches are applied with the "patch" utility which should be installed
on
> > your
> > > unix system.
> > >
> > > You save each diff in a file and then go to the source directory that
each
> > source
> > > file is in and issue:
> > >
> > >    patch -u <diff_file_x
> > >
> > > This will apply the diff to your file, thereby applying the patch.
> > >
> > > -- Jeff J.
> > >
> > > > ----- Original Message -----
> > > > From: "J. Johnston" <jjohnstn@redhat.com>
> > > > To: "Naveen Malik" <maliknaveen@hotmail.com>
> > > > Cc: "gcc-help" <gcc-help@gcc.gnu.org>; <newlib@sources.redhat.com>
> > > > Sent: Friday, April 26, 2002 12:35 AM
> > > > Subject: Re: urgent-help needed
> > > >
> > > > > Naveen Malik wrote:
> > > > > >
> > > > > > hi,
> > > > > >
> > > > > > I installed binutils-2.10.91.0.2 and gcc-3.0.4
(gcc -without-headers
> > > > > > and --with-newlib options) but when I install newlib1.10.0 I get
the
> > > > > > following error message :
> > > > > >
> > > > > > --------------------------------------------------------
> > > > > >  make[4]: Leaving directory
> > > > > > `/usr/m68k-coff/build-newlib/m68k-coff/m68000/libgloss/libnosys'
> > > > > > make[4]: Entering directory
> > > > > > `/usr/m68k-coff/build-newlib/m68k-coff/m68000/libgloss/m68k'
> > > > > > make[4]: *** No targets specified and no makefile found.  Stop.
> > > > > > make[4]: Leaving directory
> > > > > > `/usr/m68k-coff/build-newlib/m68k-coff/m68000/libgloss/m68k'
> > > > > > make[3]: *** [stmp-bsp] Error 2
> > > > > > make[3]: Leaving directory
> > > > > > `/usr/m68k-coff/build-newlib/m68k-coff/m68000/libgloss'
> > > > > > make[2]: *** [multi-do] Error 1
> > > > > > make[2]: Leaving directory
> > > > `/usr/m68k-coff/build-newlib/m68k-coff/libgloss'
> > > > > > make[1]: *** [all] Error 2
> > > > > > make[1]: Leaving directory
> > > > `/usr/m68k-coff/build-newlib/m68k-coff/libgloss'
> > > > > > make: *** [all-target-libgloss] Error 2
> > > > > >
> > > > > > ------------------------------------------------------
> > > > > >
> > > > > > Please help me to resolve this issue.
> > > > > >
> > > > > > Thanks in Advance.
> > > > > >
> > > > > > Naveen Malik
> > > > >
> > > > > Check
http://sources.redhat.com/ml/newlib-cvs/2002-q2/msg00015.html
> > > > >
> > > > > A patch was applied to m68k libgloss to stop it attempting to
create
> > > > > an executable during configuration.
> > > > >
> > > > > -- Jeff J.
> > > > >
> > >
>

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

* urgent-help needed
@ 2002-04-25 12:05 Naveen Malik
       [not found] ` <3CC8537A.F481EC94@redhat.com>
  0 siblings, 1 reply; 4+ messages in thread
From: Naveen Malik @ 2002-04-25 12:05 UTC (permalink / raw)
  To: gcc-help; +Cc: newlib

hi,

I installed binutils-2.10.91.0.2 and gcc-3.0.4 (gcc -without-headers
and --with-newlib options) but when I install newlib1.10.0 I get the
following error message :

--------------------------------------------------------
 make[4]: Leaving directory
`/usr/m68k-coff/build-newlib/m68k-coff/m68000/libgloss/libnosys'
make[4]: Entering directory
`/usr/m68k-coff/build-newlib/m68k-coff/m68000/libgloss/m68k'
make[4]: *** No targets specified and no makefile found.  Stop.
make[4]: Leaving directory
`/usr/m68k-coff/build-newlib/m68k-coff/m68000/libgloss/m68k'
make[3]: *** [stmp-bsp] Error 2
make[3]: Leaving directory
`/usr/m68k-coff/build-newlib/m68k-coff/m68000/libgloss'
make[2]: *** [multi-do] Error 1
make[2]: Leaving directory `/usr/m68k-coff/build-newlib/m68k-coff/libgloss'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/m68k-coff/build-newlib/m68k-coff/libgloss'
make: *** [all-target-libgloss] Error 2

------------------------------------------------------

Please help me to resolve this issue.

Thanks in Advance.

Naveen Malik



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

end of thread, other threads:[~2002-04-29 20:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-04-25 11:18 urgent-help needed Naveen Malik
2002-04-25 12:12 ` Ish Rattan
2002-04-25 12:05 Naveen Malik
     [not found] ` <3CC8537A.F481EC94@redhat.com>
     [not found]   ` <OE31zrLCCtgx8VUkRac00000950@hotmail.com>
     [not found]     ` <3CC9E60D.907ADB7B@redhat.com>
     [not found]       ` <OE28H8J0sca0ZkfzDsk0000195a@hotmail.com>
     [not found]         ` <3CCD71D0.EA4C8A7@redhat.com>
2002-04-29 13:51           ` Naveen Malik

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).