public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Hans-Christian Egtvedt <egtvedt@samfundet.no>
To: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Linux Kernel Development <linux-kernel@vger.kernel.org>,
	Haavard Skinnemoen <hskinnemoen@gmail.com>
Subject: Re: Build regressions/improvements in v3.10-rc1 (avr)
Date: Mon, 13 May 2013 14:54:52 +0200	[thread overview]
Message-ID: <20130513125452.GA9769@samfundet.no> (raw)
In-Reply-To: <alpine.DEB.2.00.1305122244300.5463@ayla.of.borg>

Around Sun 12 May 2013 22:45:01 +0200 or thereabout, Geert Uytterhoeven wrote:
> On Sun, 12 May 2013, Geert Uytterhoeven wrote:
>> However, the full list of errors isn't that unmanageable, so I'm following
>> up with a digested list...
> 
> (.init.text+0x540): undefined reference to `atmel_default_console_device': 1 errors in 1 logs
> 	v3.10-rc1/avr32/avr32-allnoconfig
> 	Patch sent last February

I recall to have acked patch(es) related to the serial (console) driver.

It is caused by CONFIG_SERIAL_ATMEL no set in .config, but the machine code
still writes to atmel_default_console_device when you call
at32_setup_serial_console().

Two ways to fix, either select the SERIAL_ATMEL symbol or ifdef around the
atmel_default_console_device assignment in the machine code.

> vsprintf.c:(.text+0x8de): relocation truncated to fit: R_AVR32_9UW_PCREL against `.text'+ae0: 1 errors in 1 logs
> 	v3.10-rc1/avr32/avr32-allnoconfig

I suspect this is caused by not optimizing for size.

-- 
mvh
Hans-Christian Egtvedt

  reply	other threads:[~2013-05-13 12:54 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-12 19:30 Build regressions/improvements in v3.10-rc1 Geert Uytterhoeven
2013-05-12 20:41 ` Geert Uytterhoeven
2013-05-12 20:42   ` Build regressions/improvements in v3.10-rc1 (sh) Geert Uytterhoeven
2013-05-12 20:44   ` Build regressions/improvements in v3.10-rc1 (cris) Geert Uytterhoeven
2013-05-14 12:06     ` Geert Uytterhoeven
2013-05-14 16:33       ` Jesper Nilsson
2013-05-12 20:45   ` Build regressions/improvements in v3.10-rc1 (avr) Geert Uytterhoeven
2013-05-13 12:54     ` Hans-Christian Egtvedt [this message]
2013-05-13 13:00       ` Geert Uytterhoeven
2013-05-12 20:45   ` Build regressions/improvements in v3.10-rc1 (h8300) Geert Uytterhoeven
2013-05-12 20:46   ` Build regressions/improvements in v3.10-rc1 (mips) Geert Uytterhoeven
2013-06-11 13:37     ` Markos Chandras
2013-05-12 20:47   ` Build regressions/improvements in v3.10-rc1 (powerpc) Geert Uytterhoeven
2013-05-12 20:47   ` Build regressions/improvements in v3.10-rc1 (um) Geert Uytterhoeven
2013-05-12 21:17     ` richard -rw- weinberger
2013-05-13  8:18       ` Geert Uytterhoeven
2013-05-13  9:54         ` Michael Ellerman
2013-05-13 10:02           ` Geert Uytterhoeven
2013-05-13 10:07           ` richard -rw- weinberger
2013-05-13 10:18             ` Geert Uytterhoeven
2013-05-13 10:20               ` richard -rw- weinberger
2013-05-15  2:48                 ` Stephen Rothwell
2013-05-13 12:15             ` Michael Ellerman
2013-05-15  2:57               ` Stephen Rothwell
2013-05-15  6:50                 ` Geert Uytterhoeven
2013-05-12 20:49   ` Build regressions/improvements in v3.10-rc1 (crypto/parisc) Geert Uytterhoeven
2013-05-12 20:50   ` Build regressions/improvements in v3.10-rc1 (staging) Geert Uytterhoeven
2013-05-12 21:43     ` Greg KH
2013-05-12 20:50   ` Build regressions/improvements in v3.10-rc1 (s390) Geert Uytterhoeven
2013-05-13  7:41     ` Heiko Carstens
2013-05-13 16:41       ` Ben Hutchings
2013-05-12 22:13 ` Build regressions/improvements in v3.10-rc1 Randy Dunlap
2013-05-13  8:37   ` Geert Uytterhoeven

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=20130513125452.GA9769@samfundet.no \
    --to=egtvedt@samfundet.no \
    --cc=geert@linux-m68k.org \
    --cc=hskinnemoen@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    /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