Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 208790 - sys-kernel/gentoo-sources-2.6.19-r5: arm cross compile failed with linker error in i2o driver
Summary: sys-kernel/gentoo-sources-2.6.19-r5: arm cross compile failed with linker err...
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: ARM Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-03 20:36 UTC by Niek Linnenbank
Modified: 2008-02-03 20:38 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Kernel .config file (config,30.52 KB, text/plain)
2008-02-03 20:38 UTC, Niek Linnenbank
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Niek Linnenbank 2008-02-03 20:36:02 UTC
Hi,

I am trying to cross compile a kernel for arm-iwmmxt-linux-gnu.
It fails to link the i2o driver properly:

`i2o_exec_exit' referenced in section `.init.text' of drivers/built-in.o: defined in discarded section `.exit.text' of drivers/built-in.o
`i2o_driver_exit' referenced in section `.init.text' of drivers/built-in.o: defined in discarded section `.exit.text' of drivers/built-in.o

Also, I followed the following HOWTO: http://www.gentoo.org/proj/en/base/embedded/cross-development.xml

The problem does not occur when I build the i2o driver as a module.
When I remove __exit from both i2o_driver_exit() and i2o_exec_exit() in drivers/message/i2o/ the problem seems to be solved.

Niek Linnenbank

Reproducible: Always

Steps to Reproduce:
1.Follow the following HOWTO to setup crossdev for arm-iwmmxt-linux-gnu: http://www.gentoo.org/proj/en/base/embedded/cross-development.xml
2.emerge gentoo-sources for crossdev
3.use 'Y' for i2o in Device Drivers->I2O device support->I2O support
4.build the kernel




Portage 2.1.3.19 (default-linux/arm, gcc-4.1.2, unavailable, 2.6.18-xenU i686)
=================================================================
System uname: 2.6.18-xenU i686 Intel(R) Xeon(R) CPU E5310 @ 1.60GHz
Timestamp of tree: Sun, 03 Feb 2008 02:00:01 +0000
app-shells/bash:     3.2_p17-r1
dev-lang/python:     2.4.4-r6
dev-python/pycrypto: 2.0.1-r6
sys-apps/baselayout: 1.12.10-r5
sys-apps/sandbox:    1.2.18.1-r2
sys-devel/autoconf:  2.61-r1
sys-devel/automake:  1.10
sys-devel/binutils:  2.18-r1
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool:   1.5.24
virtual/os-headers:  2.6.23-r3
ACCEPT_KEYWORDS="arm"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-Os -pipe -s"
CHOST="arm-iwmmxt-linux-gnu"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/udev/rules.d"
CXXFLAGS="-Os -pipe -s"
DISTDIR="/usr/portage/distfiles"
EMERGE_DEFAULT_OPTS="--ask"
FEATURES="distlocks metadata-transfer sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="http://ftp.snt.utwente.nl/pub/os/linux/gentoo/ http://distro.ibiblio.org/pub/linux/distributions/gentoo/ http://distfiles.gentoo.org/ http://www.ibiblio.org/pub/Linux/distributions/gentoo/"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --filter=H_**/files/digest-*"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="acl arm berkdb bitmap-fonts bzip2 cli cracklib crypt fortran iconv isdnlog midi mudflap ncurses openmp pcre perl pppd python readline reflection session spl ssl tcpd truetype-fonts type1-fonts xorg zlib" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="chips dummy fbdevglint mach64 mga nv r128 radeon s3 s3virge savage sisusb tdfx trident v4l vga voodoo"
Unset:  CPPFLAGS, CTARGET, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
Comment 1 Niek Linnenbank 2008-02-03 20:38:26 UTC
Created attachment 142609 [details]
Kernel .config file

This is the .config file for my kernel.
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2008-02-03 20:38:42 UTC
You'll have to try something more uptodate (2.6.23+); there won't be any fixes for 2.6.19... Thanks.