linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* undefined reference to `_text'
@ 2016-12-13 21:00 kbuild test robot
  2016-12-14  1:31 ` Stafford Horne
  2016-12-14 12:58 ` Stafford Horne
  0 siblings, 2 replies; 6+ messages in thread
From: kbuild test robot @ 2016-12-13 21:00 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: kbuild-all, linux-kernel, Stafford Horne

[-- Attachment #1: Type: text/plain, Size: 971 bytes --]

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   b78b499a67c3f77aeb6cd0b54724bc38b141255d
commit: 7c7808ce107d63e158dbbc3af085980985a0c3c4 openrisc: prevent VGA console, fix builds
date:   31 hours ago
config: openrisc-alldefconfig (attached as .config)
compiler: or32-linux-gcc (GCC) 4.5.1-or32-1.0rc1
reproduce:
        wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        git checkout 7c7808ce107d63e158dbbc3af085980985a0c3c4
        # save the attached .config to linux build tree
        make.cross ARCH=openrisc 

All errors (new ones prefixed by >>):

   .tmp_kallsyms1.o: In function `kallsyms_relative_base':
>> (.rodata+0x8a18): undefined reference to `_text'

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 6061 bytes --]

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

* Re: undefined reference to `_text'
  2016-12-13 21:00 undefined reference to `_text' kbuild test robot
@ 2016-12-14  1:31 ` Stafford Horne
  2016-12-14 12:58 ` Stafford Horne
  1 sibling, 0 replies; 6+ messages in thread
From: Stafford Horne @ 2016-12-14  1:31 UTC (permalink / raw)
  To: kbuild test robot; +Cc: Randy Dunlap, kbuild-all, linux-kernel

On Wed, Dec 14, 2016 at 05:00:22AM +0800, kbuild test robot wrote:
> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
> head:   b78b499a67c3f77aeb6cd0b54724bc38b141255d
> commit: 7c7808ce107d63e158dbbc3af085980985a0c3c4 openrisc: prevent VGA console, fix builds
> date:   31 hours ago
> config: openrisc-alldefconfig (attached as .config)
> compiler: or32-linux-gcc (GCC) 4.5.1-or32-1.0rc1
> reproduce:
>         wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
>         chmod +x ~/bin/make.cross
>         git checkout 7c7808ce107d63e158dbbc3af085980985a0c3c4
>         # save the attached .config to linux build tree
>         make.cross ARCH=openrisc 
> 
> All errors (new ones prefixed by >>):
> 
>    .tmp_kallsyms1.o: In function `kallsyms_relative_base':
> >> (.rodata+0x8a18): undefined reference to `_text'
> 

I can reproduce this.  Sorry about it never noticed before it seems
specifically related to 'make alldefconfig' not happending with my
config.  Having a look.

-Stafford

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

* Re: undefined reference to `_text'
  2016-12-13 21:00 undefined reference to `_text' kbuild test robot
  2016-12-14  1:31 ` Stafford Horne
@ 2016-12-14 12:58 ` Stafford Horne
  1 sibling, 0 replies; 6+ messages in thread
From: Stafford Horne @ 2016-12-14 12:58 UTC (permalink / raw)
  To: kbuild test robot; +Cc: Randy Dunlap, linux-kernel

On Wed, Dec 14, 2016 at 05:00:22AM +0800, kbuild test robot wrote:
> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
> head:   b78b499a67c3f77aeb6cd0b54724bc38b141255d
> commit: 7c7808ce107d63e158dbbc3af085980985a0c3c4 openrisc: prevent VGA console, fix builds
> date:   31 hours ago
> config: openrisc-alldefconfig (attached as .config)
> compiler: or32-linux-gcc (GCC) 4.5.1-or32-1.0rc1
> reproduce:
>         wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
>         chmod +x ~/bin/make.cross
>         git checkout 7c7808ce107d63e158dbbc3af085980985a0c3c4
>         # save the attached .config to linux build tree
>         make.cross ARCH=openrisc 
> 
> All errors (new ones prefixed by >>):
> 
>    .tmp_kallsyms1.o: In function `kallsyms_relative_base':
> >> (.rodata+0x8a18): undefined reference to `_text'
> 

I just sent a patch for this.

"openrisc: Add _text symbol to fix ksym build error"

-Stafford

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

* undefined reference to `_text'
@ 2017-01-01  3:11 kbuild test robot
  0 siblings, 0 replies; 6+ messages in thread
From: kbuild test robot @ 2017-01-01  3:11 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: kbuild-all, linux-kernel, Stafford Horne

[-- Attachment #1: Type: text/plain, Size: 1020 bytes --]

Hi Randy,

FYI, the error/warning still remains.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   238d1d0f79f619d75c2cc741d6770fb0986aef24
commit: 7c7808ce107d63e158dbbc3af085980985a0c3c4 openrisc: prevent VGA console, fix builds
date:   3 weeks ago
config: openrisc-alldefconfig (attached as .config)
compiler: or32-linux-gcc (GCC) 4.5.1-or32-1.0rc1
reproduce:
        wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        git checkout 7c7808ce107d63e158dbbc3af085980985a0c3c4
        # save the attached .config to linux build tree
        make.cross ARCH=openrisc 

All errors (new ones prefixed by >>):

   .tmp_kallsyms1.o: In function `kallsyms_relative_base':
>> (.rodata+0x8a18): undefined reference to `_text'

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 6061 bytes --]

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

* Re: undefined reference to `_text'
  2016-12-25  7:21 kbuild test robot
@ 2016-12-25  8:36 ` Stafford Horne
  0 siblings, 0 replies; 6+ messages in thread
From: Stafford Horne @ 2016-12-25  8:36 UTC (permalink / raw)
  To: kbuild test robot; +Cc: Randy Dunlap, kbuild-all, linux-kernel

On Sun, Dec 25, 2016 at 03:21:43PM +0800, kbuild test robot wrote:
> Hi Randy,
> 
> FYI, the error/warning still remains.
> 
> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
> head:   7c0f6ba682b9c7632072ffbedf8d328c8f3c42ba
> commit: 7c7808ce107d63e158dbbc3af085980985a0c3c4 openrisc: prevent VGA console, fix builds
> date:   13 days ago
> config: openrisc-alldefconfig (attached as .config)
> compiler: or32-linux-gcc (GCC) 4.5.1-or32-1.0rc1
> reproduce:
>         wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
>         chmod +x ~/bin/make.cross
>         git checkout 7c7808ce107d63e158dbbc3af085980985a0c3c4
>         # save the attached .config to linux build tree
>         make.cross ARCH=openrisc 
> 
> All errors (new ones prefixed by >>):
> 
>    .tmp_kallsyms1.o: In function `kallsyms_relative_base':
> >> (.rodata+0x8a18): undefined reference to `_text'
> 

Hello,

I have posted a patch for this.  I will submit a pull request to Linus
with a few other minor fixes after the merge window and holidays.

-Stafford

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

* undefined reference to `_text'
@ 2016-12-25  7:21 kbuild test robot
  2016-12-25  8:36 ` Stafford Horne
  0 siblings, 1 reply; 6+ messages in thread
From: kbuild test robot @ 2016-12-25  7:21 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: kbuild-all, linux-kernel, Stafford Horne

[-- Attachment #1: Type: text/plain, Size: 1020 bytes --]

Hi Randy,

FYI, the error/warning still remains.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   7c0f6ba682b9c7632072ffbedf8d328c8f3c42ba
commit: 7c7808ce107d63e158dbbc3af085980985a0c3c4 openrisc: prevent VGA console, fix builds
date:   13 days ago
config: openrisc-alldefconfig (attached as .config)
compiler: or32-linux-gcc (GCC) 4.5.1-or32-1.0rc1
reproduce:
        wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        git checkout 7c7808ce107d63e158dbbc3af085980985a0c3c4
        # save the attached .config to linux build tree
        make.cross ARCH=openrisc 

All errors (new ones prefixed by >>):

   .tmp_kallsyms1.o: In function `kallsyms_relative_base':
>> (.rodata+0x8a18): undefined reference to `_text'

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 6061 bytes --]

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

end of thread, other threads:[~2017-01-01  3:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-13 21:00 undefined reference to `_text' kbuild test robot
2016-12-14  1:31 ` Stafford Horne
2016-12-14 12:58 ` Stafford Horne
2016-12-25  7:21 kbuild test robot
2016-12-25  8:36 ` Stafford Horne
2017-01-01  3:11 kbuild test robot

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