public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Issues Building GCC 3.3.4 with target=i386v
@ 2008-07-30 10:17 Wyatt Neal
  2008-07-30 11:56 ` John Love-Jensen
  0 siblings, 1 reply; 3+ messages in thread
From: Wyatt Neal @ 2008-07-30 10:17 UTC (permalink / raw)
  To: gcc-help

hey all,

trying to build a cross compiling tool chain and i'm receiving the
following errors:

In file included from ./config/i386/i386.c:37:
./recog.h:227: warning: type of bit-field 'mode' is a GCC extension
./config/i386/i386.c:922: error: 'ix86_svr3_asm_out_constructor'
undeclared here (not in a function)
./config/i386/i386.c: In function 'ix86_asm_file_end':
./config/i386/i386.c:4353: warning: implicit declaration of function
'ASM_DECLARE_FUNCTION_NAME'
./config/i386/i386.c: In function 'print_operand':
./config/i386/i386.c:7110: warning: dereferencing type-punned pointer
will break strict-aliasing rules
./config/i386/i386.c:7119: warning: dereferencing type-punned pointer
will break strict-aliasing rules
make[1]: *** [i386.o] Error 1
make[1]: Leaving directory
`/home/wyatt/Desktop/i386v_cross_compiler/gcc-3.3.4/gcc'
make: *** [all-gcc] Error 2


my configuration directive was:
./configure --target=i386v --program-prefix=i386v-

i've been able to build binutils with the same target; however, i'm
stuck with this being undeclared.

any thoughts?

any thoughts?

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

* Re: Issues Building GCC 3.3.4 with target=i386v
  2008-07-30 10:17 Issues Building GCC 3.3.4 with target=i386v Wyatt Neal
@ 2008-07-30 11:56 ` John Love-Jensen
  2008-07-30 16:36   ` Wyatt Neal
  0 siblings, 1 reply; 3+ messages in thread
From: John Love-Jensen @ 2008-07-30 11:56 UTC (permalink / raw)
  To: Wyatt Neal, GCC-help

Hi Wyatt,

> my configuration directive was:
> ./configure --target=i386v --program-prefix=i386v-
  ^^

That is unsupported.

As per the instructions, build in a separate directory that is not in the
source directory, or in any subdirectory thereof.

Your source code is tainted.  Delete it and start with a fresh untar.

Also, as per the instructions, make sure you have all the prerequisites.

HTH,
--Eljay

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

* Re: Issues Building GCC 3.3.4 with target=i386v
  2008-07-30 11:56 ` John Love-Jensen
@ 2008-07-30 16:36   ` Wyatt Neal
  0 siblings, 0 replies; 3+ messages in thread
From: Wyatt Neal @ 2008-07-30 16:36 UTC (permalink / raw)
  To: John Love-Jensen; +Cc: GCC-help

john,

you bring up another point that i had a question about.  current
versions of gcc state that i386v (or whatever x86 for that matter) are
obsoleted.  do you know what the accepted replacement target is
supposed to be?

thanks,

wyatt

On 7/30/08, John Love-Jensen <eljay@adobe.com> wrote:
> Hi Wyatt,
>
> > my configuration directive was:
> > ./configure --target=i386v --program-prefix=i386v-
>  ^^
>
> That is unsupported.
>
> As per the instructions, build in a separate directory that is not in the
> source directory, or in any subdirectory thereof.
>
> Your source code is tainted.  Delete it and start with a fresh untar.
>
> Also, as per the instructions, make sure you have all the prerequisites.
>
> HTH,
> --Eljay
>
>

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

end of thread, other threads:[~2008-07-30 15:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-07-30 10:17 Issues Building GCC 3.3.4 with target=i386v Wyatt Neal
2008-07-30 11:56 ` John Love-Jensen
2008-07-30 16:36   ` Wyatt Neal

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