This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: problem crosscompiling 2.6.17 for arm ep3xx




> On Fri, Aug 18, 2006 at 01:57:08PM -0700, tat@riseup.net wrote:
>
>> I'm trying to compile a 2.6.17 kernel image for a arm ts7250 ( ep3xx)
>> board.
>>
>> I get following errror at the end of the build from the linker
>>
>>   LD      init/built-in.o
>>   LD      .tmp_vmlinux1
>> armv4t-crosstool-linux-gnueabi-ld: no machine record defined
>> make: *** [.tmp_vmlinux1] Error 1
>>
>> Any idea what this error means ? Or how to solve it...
>
> You didn't turn on CONFIG_MACH_TS72XX, most likely.
>
Thanks, thats what it was, but now i get

  LD      init/built-in.o
  LD      .tmp_vmlinux1
arch/arm/mach-ep93xx/built-in.o: In function
`ts72xx_init_machine':ts72xx.c:(.init.text+0x1b4): undefined reference to
`physmap_configure'
make: *** [.tmp_vmlinux1] Error 1

Sorry for bodering, but i have absolutleie no clue what that means and
what i'm missing here.


> Please try again using ep93xx_defconfig.
I don't really underastand ehat you are refering to, is this a .config
option ??



thanks tat
>
>
> cheers,
> Lennert
>


  __          __
_/  |______ _/  |_
\   __\__  \\   __\
 |  |  / __ \|  |
 |__| (____  /__|
           \/


--
For unsubscribe information see http://sourceware.org/lists.html#faq


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]