* arm-unknown-linux-gnu-ld: no machine record defined
@ 2009-12-31 10:36 Kristoffer Ericson
2009-12-31 13:19 ` Wan ZongShun
0 siblings, 1 reply; 4+ messages in thread
From: Kristoffer Ericson @ 2009-12-31 10:36 UTC (permalink / raw)
To: linux-arm-kernel
Greetings,
Im adding support for the Dell AXIM X30. Ive created the machine file with relevant makefile/Kconfig option
and everything compiles nicely up to the linker that spits out no machine record defined.
Kconfig contains
config MACH_X30
bool "AximX30 platform"
select PXA27x
select IWMMXT
select PXA_HAVE_BOARDS_IRQ
and aximx30.c got
MACHINE_START(X30, "Axim X30")
.......
Shouldnt that be enough for it to find the machine record?
mach-types got
X30 MACH_X30 X30 655
Maybe im using too old toolchain? Using gcc-3.4.5 + glibc 2.3.5
Best wishes
Kristoffer Ericson
--
Kristoffer Ericson <kristoffer.ericson@gmail.com>
^ permalink raw reply [flat|nested] 4+ messages in thread* arm-unknown-linux-gnu-ld: no machine record defined
2009-12-31 10:36 arm-unknown-linux-gnu-ld: no machine record defined Kristoffer Ericson
@ 2009-12-31 13:19 ` Wan ZongShun
2009-12-31 17:27 ` Kristoffer Ericson
0 siblings, 1 reply; 4+ messages in thread
From: Wan ZongShun @ 2009-12-31 13:19 UTC (permalink / raw)
To: linux-arm-kernel
2009/12/31 Kristoffer Ericson <kristoffer.ericson@gmail.com>:
> Greetings,
>
> Im adding support for the Dell AXIM X30. Ive created the machine file with relevant makefile/Kconfig option
> and everything compiles nicely up to the linker that spits out no machine record defined.
>
> Kconfig contains
> config MACH_X30
> ? ? ? bool "AximX30 platform"
> ? ? ? select PXA27x
> ? ? ? select IWMMXT
> ? ? ? select PXA_HAVE_BOARDS_IRQ
>
Please make sure above definition was really included in your current
system at compiling time.
> and aximx30.c got
> MACHINE_START(X30, "Axim X30")
> .......
>
>
> Shouldnt that be enough for it to find the machine record?
>
> mach-types got
> X30 ? ? MACH_X30 ? ? ? ?X30 ? ? 655
>
> Maybe im using too old toolchain? Using gcc-3.4.5 + glibc 2.3.5
>
> Best wishes
> Kristoffer Ericson
> --
> Kristoffer Ericson <kristoffer.ericson@gmail.com>
>
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
>
--
linux-arm-kernel mailing list
linux-arm-kernel at lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 4+ messages in thread
* arm-unknown-linux-gnu-ld: no machine record defined
2009-12-31 13:19 ` Wan ZongShun
@ 2009-12-31 17:27 ` Kristoffer Ericson
2010-01-01 3:18 ` Wan ZongShun
0 siblings, 1 reply; 4+ messages in thread
From: Kristoffer Ericson @ 2009-12-31 17:27 UTC (permalink / raw)
To: linux-arm-kernel
On Thu, 31 Dec 2009 21:19:54 +0800
Wan ZongShun <mcuos.com@gmail.com> wrote:
> 2009/12/31 Kristoffer Ericson <kristoffer.ericson@gmail.com>:
> > Greetings,
> >
> > Im adding support for the Dell AXIM X30. Ive created the machine file with relevant makefile/Kconfig option
> > and everything compiles nicely up to the linker that spits out no machine record defined.
> >
> > Kconfig contains
> > config MACH_X30
> > ? ? ? bool "AximX30 platform"
> > ? ? ? select PXA27x
> > ? ? ? select IWMMXT
> > ? ? ? select PXA_HAVE_BOARDS_IRQ
> >
>
> Please make sure above definition was really included in your current
> system at compiling time.
>
Ive made distclean/clean and recompiled numerous times and getting exactly same
problem. So must be something else.
>
> > and aximx30.c got
> > MACHINE_START(X30, "Axim X30")
> > .......
> >
> >
> > Shouldnt that be enough for it to find the machine record?
> >
> > mach-types got
> > X30 ? ? MACH_X30 ? ? ? ?X30 ? ? 655
> >
> > Maybe im using too old toolchain? Using gcc-3.4.5 + glibc 2.3.5
> >
> > Best wishes
> > Kristoffer Ericson
> > --
> > Kristoffer Ericson <kristoffer.ericson@gmail.com>
> >
> >
> > _______________________________________________
> > linux-arm-kernel mailing list
> > linux-arm-kernel at lists.infradead.org
> > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
> >
>
>
>
> --
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
--
Kristoffer Ericson <kristoffer.ericson@gmail.com>
^ permalink raw reply [flat|nested] 4+ messages in thread
* arm-unknown-linux-gnu-ld: no machine record defined
2009-12-31 17:27 ` Kristoffer Ericson
@ 2010-01-01 3:18 ` Wan ZongShun
0 siblings, 0 replies; 4+ messages in thread
From: Wan ZongShun @ 2010-01-01 3:18 UTC (permalink / raw)
To: linux-arm-kernel
2010/1/1 Kristoffer Ericson <kristoffer.ericson@gmail.com>:
> On Thu, 31 Dec 2009 21:19:54 +0800
> Wan ZongShun <mcuos.com@gmail.com> wrote:
>
>> 2009/12/31 Kristoffer Ericson <kristoffer.ericson@gmail.com>:
>> > Greetings,
>> >
>> > Im adding support for the Dell AXIM X30. Ive created the machine file with relevant makefile/Kconfig option
>> > and everything compiles nicely up to the linker that spits out no machine record defined.
>> >
>> > Kconfig contains
>> > config MACH_X30
>> > ? ? ? bool "AximX30 platform"
>> > ? ? ? select PXA27x
>> > ? ? ? select IWMMXT
>> > ? ? ? select PXA_HAVE_BOARDS_IRQ
>> >
>>
>> Please make sure above definition was really included in your current
>> system at compiling time.
>>
>
> Ive made distclean/clean and recompiled numerous times and getting exactly same
> problem. So must be something else.
>
Would ou please send more info? such as error log,
arch/arm/kconfig,arch/arm/mach-xxx/kcondig?
>>
>> > and aximx30.c got
>> > MACHINE_START(X30, "Axim X30")
>> > .......
>> >
>> >
>> > Shouldnt that be enough for it to find the machine record?
>> >
>> > mach-types got
>> > X30 ? ? MACH_X30 ? ? ? ?X30 ? ? 655
>> >
>> > Maybe im using too old toolchain? Using gcc-3.4.5 + glibc 2.3.5
>> >
>> > Best wishes
>> > Kristoffer Ericson
>> > --
>> > Kristoffer Ericson <kristoffer.ericson@gmail.com>
>> >
>> >
>> > _______________________________________________
>> > linux-arm-kernel mailing list
>> > linux-arm-kernel at lists.infradead.org
>> > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
>> >
>>
>>
>>
>> --
>> linux-arm-kernel mailing list
>> linux-arm-kernel at lists.infradead.org
>> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
>
>
> --
> Kristoffer Ericson <kristoffer.ericson@gmail.com>
>
--
linux-arm-kernel mailing list
linux-arm-kernel at lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-01-01 3:18 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-31 10:36 arm-unknown-linux-gnu-ld: no machine record defined Kristoffer Ericson
2009-12-31 13:19 ` Wan ZongShun
2009-12-31 17:27 ` Kristoffer Ericson
2010-01-01 3:18 ` Wan ZongShun
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox