From: "Will L Givens" <wlgivens@gmail.com>
To: 'Matt Turner' <mattst88@gmail.com>
Cc: linux-kernel@vger.kernel.org, linux-alpha@vger.kernel.org
Subject: RE: Will's kernel compilation error
Date: Mon, 15 Mar 2010 18:21:41 -0500 [thread overview]
Message-ID: <001601cac496$4651e0b0$d2f5a210$@com> (raw)
In-Reply-To: <b4198de61003151609je8a94ceyf6dd39acfd1a5876@mail.gmail.com>
snip
> >
> > [root@jericho linux]# gcc-3.4.3 -v
> > Reading specs from /usr/lib/gcc/alphaev5-alpha-linux/3.4.3/specs
> > Configured with: ../gcc-3.4.3/configure --prefix=/usr --
> sysconfdir=/etc
> > --mandir=/usr/share/man --infodir=/usr/share/info
> > --build=alphaev5-alpha-linux --host=alphaev5-alpha-linux
> > --target=alphaev5-alpha-linux --program-suffix=-3.4.3 --enable-
> languages=all
> >
snip
> >
> > gcc-3.4.3 -Wp,-MD,arch/alpha/lib/.__remqu.o.d -nostdinc -isystem
> > /usr/lib/gcc/alphaev5-alpha-linux/3.4.3/include
> > -I/usr/src/linux-2.6.34-rc1/arch/alpha/include -Iinclude -include
> > include/generated/autoconf.h -D__KERNEL__ -D__ASSEMBLY__ -Wall -
> Wundef
> > -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common
> > -Werror-implicit-function-declaration -Wno-format-security
> > -fno-delete-null-pointer-checks -pipe -Os -pipe -mno-fp-regs -ffixed-
> 8
> > -msmall-data -mcpu=ev67 -Wa,-mev6 -fomit-frame-pointer
> > -Wdeclaration-after-statement -DREM -c -o
> arch/alpha/lib/__remqu.o
> > arch/alpha/lib/ev6-divide.S
>
> Why is your CHOST alphaev5-alpha-linux but you're compiling for EV67?
Well actually that’s the --build option that was set when building gcc
itself. I have several different gcc versions for both EV5 and EV67. I was
thinking rolling my own Fedora releases, one for myself and possibly
something more general (EV5) for Oliver.
>
> > AS arch/alpha/lib/callback_srm.o
> > CC arch/alpha/lib/checksum.o
> > CC arch/alpha/lib/csum_partial_copy.o
> > AS arch/alpha/lib/ev6-clear_page.o
> > AS arch/alpha/lib/ev6-clear_user.o
> > AS arch/alpha/lib/ev6-copy_page.o
> > AS arch/alpha/lib/ev6-copy_user.o
> > AS arch/alpha/lib/ev6-csum_ipv6_magic.o
> > AS arch/alpha/lib/ev6-memchr.o
> > AS arch/alpha/lib/ev6-memcpy.o
> > AS arch/alpha/lib/ev6-memset.o
> > AS arch/alpha/lib/ev6-strncpy_from_user.o
> > AS arch/alpha/lib/ev6-stxcpy.o
> > AS arch/alpha/lib/ev6-stxncpy.o
> > AS arch/alpha/lib/ev67-strcat.o
> > AS arch/alpha/lib/ev67-strchr.o
> > AS arch/alpha/lib/ev67-strlen.o
> > AS arch/alpha/lib/ev67-strlen_user.o
> > AS arch/alpha/lib/ev67-strncat.o
> > AS arch/alpha/lib/ev67-strrchr.o
> > CC arch/alpha/lib/fls.o
> > CC arch/alpha/lib/fpreg.o
> > AS arch/alpha/lib/memmove.o
> > CC arch/alpha/lib/srm_printk.o
> > CC arch/alpha/lib/srm_puts.o
> > AS arch/alpha/lib/strcpy.o
> > AS arch/alpha/lib/strncpy.o
> > CC arch/alpha/lib/udelay.o
> > AR arch/alpha/lib/lib.a
> > LD vmlinux.o
> > MODPOST vmlinux.o
> > WARNING: modpost: Found 1 section mismatch(es).
> > To see full details build your kernel with:
> > 'make CONFIG_DEBUG_SECTION_MISMATCH=y'
> > GEN .version
> > CHK include/generated/compile.h
> > UPD include/generated/compile.h
> > CC init/version.o
> > LD init/built-in.o
> > LD .tmp_vmlinux1
> > kernel/built-in.o: In function `kthread_create':
> > (.text+0x1ece4): relocation truncated to fit: GPREL16 against symbol
> > `kthreadd_task' defined in .sbss section in kernel/built-in.o
> > kernel/built-in.o: In function `check_cpu_itimer':
> > (.text+0x21784): relocation truncated to fit: GPREL16 against `.sbss'
snip
--
To unsubscribe from this list: send the line "unsubscribe linux-alpha" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2010-03-15 23:21 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-03-15 23:09 Will's kernel compilation error Matt Turner
2010-03-15 23:21 ` Will L Givens [this message]
2010-03-16 2:34 ` Will L Givens
2010-03-16 4:25 ` Matt Turner
2010-03-16 5:50 ` Will L Givens
2010-03-16 7:08 ` Michael Cree
2010-03-16 16:17 ` Will L Givens
2010-03-16 17:09 ` Will L Givens
2010-03-16 17:32 ` Will L Givens
2010-03-16 18:25 ` Thorsten Kranzkowski
2010-03-16 18:38 ` Will L Givens
2010-03-16 21:23 ` Will L Givens
2010-03-16 21:39 ` Matt Turner
2010-03-16 22:05 ` Michael Cree
2010-03-16 22:42 ` Will L Givens
2010-03-16 19:34 ` Raúl Porcel
2010-03-17 7:34 ` Michael Cree
2010-03-17 8:55 ` Will L Givens
2010-03-17 9:13 ` Justin P. Mattock
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='001601cac496$4651e0b0$d2f5a210$@com' \
--to=wlgivens@gmail.com \
--cc=linux-alpha@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mattst88@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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 NNTP newsgroup(s).