* make fails with barebox
@ 2012-06-08 14:12 FQ | Joan Carles Abelaira
2012-06-08 15:27 ` Sascha Hauer
0 siblings, 1 reply; 5+ messages in thread
From: FQ | Joan Carles Abelaira @ 2012-06-08 14:12 UTC (permalink / raw)
To: barebox
Hello,
I was working with previous release of barebox, and now I happily got the 2012.06 release.
I managed to add my board to the menuconfig, apparently ok, then after a 'make' I get this complain:
arch/arm/cpu/built-in.o: In function `reset':
/home/develop/SID1/dev/dev_sources/barebox-2012.06.0/arch/arm/include/asm/system.h:70: undefined reference to `board_init_lowlevel'
Any clues about what's missing to not to suffer all weekend because of this?
Joan Carles Abelaira
R&D Engineer
FQ Ingeniería Electrónica, S.A.
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: make fails with barebox
2012-06-08 14:12 make fails with barebox FQ | Joan Carles Abelaira
@ 2012-06-08 15:27 ` Sascha Hauer
2012-06-11 6:57 ` FQ | Joan Carles Abelaira
0 siblings, 1 reply; 5+ messages in thread
From: Sascha Hauer @ 2012-06-08 15:27 UTC (permalink / raw)
To: FQ | Joan Carles Abelaira; +Cc: barebox
Hi,
On Fri, Jun 08, 2012 at 04:12:12PM +0200, FQ | Joan Carles Abelaira wrote:
> Hello,
>
> I was working with previous release of barebox, and now I happily got the 2012.06 release.
> I managed to add my board to the menuconfig, apparently ok, then after a 'make' I get this complain:
>
> arch/arm/cpu/built-in.o: In function `reset':
> /home/develop/SID1/dev/dev_sources/barebox-2012.06.0/arch/arm/include/asm/system.h:70: undefined reference to `board_init_lowlevel'
>
> Any clues about what's missing to not to suffer all weekend because of this?
Appearantly you do not have a board_init_lowlevel function. This is ok,
but then you have to disable CONFIG_MACH_DO_LOWLEVEL_INIT
Sascha
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: make fails with barebox
2012-06-08 15:27 ` Sascha Hauer
@ 2012-06-11 6:57 ` FQ | Joan Carles Abelaira
2012-06-11 7:01 ` Re[2]: " Alexander Shiyan
0 siblings, 1 reply; 5+ messages in thread
From: FQ | Joan Carles Abelaira @ 2012-06-11 6:57 UTC (permalink / raw)
To: 'Sascha Hauer'; +Cc: barebox
> Hi,
>
> On Fri, Jun 08, 2012 at 04:12:12PM +0200, FQ | Joan Carles Abelaira wrote:
> > Hello,
> >
> > I was working with previous release of barebox, and now I happily got
the
> 2012.06 release.
> > I managed to add my board to the menuconfig, apparently ok, then after a
> 'make' I get this complain:
> >
> > arch/arm/cpu/built-in.o: In function `reset':
> > /home/develop/SID1/dev/dev_sources/barebox-
> 2012.06.0/arch/arm/include/asm/system.h:70: undefined reference to
> `board_init_lowlevel'
> >
> > Any clues about what's missing to not to suffer all weekend because of
> this?
>
> Appearantly you do not have a board_init_lowlevel function. This is ok,
but
> then you have to disable CONFIG_MACH_DO_LOWLEVEL_INIT
>
> Sascha
In parallel I got able to make the project by unselecting the option General
Options --> Run Low Level Init , from the menuconfig.
I checked this sets/ clear that flag.
Danke schoen
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re[2]: make fails with barebox
2012-06-11 6:57 ` FQ | Joan Carles Abelaira
@ 2012-06-11 7:01 ` Alexander Shiyan
0 siblings, 0 replies; 5+ messages in thread
From: Alexander Shiyan @ 2012-06-11 7:01 UTC (permalink / raw)
To: joancarles; +Cc: barebox
Hello.
Mon, 11 Jun 2012 08:57:25 +0200 от "FQ | Joan Carles Abelaira" <joancarles@fqingenieria.es>:
...
> > > arch/arm/cpu/built-in.o: In function `reset':
> > > /home/develop/SID1/dev/dev_sources/barebox-
> > 2012.06.0/arch/arm/include/asm/system.h:70: undefined reference to
> > `board_init_lowlevel'
> > > Any clues about what's missing to not to suffer all weekend because of
> > this?
> > Appearantly you do not have a board_init_lowlevel function. This is ok,
> but
> > then you have to disable CONFIG_MACH_DO_LOWLEVEL_INIT
> In parallel I got able to make the project by unselecting the option General
> Options --> Run Low Level Init , from the menuconfig.
> I checked this sets/ clear that flag.
> Danke schoen
Can you post your .config file? I think it is the best way to resolve your problem.
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re[2]: make fails with barebox
2012-06-11 7:32 FQ | Joan Carles Abelaira
@ 2012-06-11 7:37 ` Alexander Shiyan
0 siblings, 0 replies; 5+ messages in thread
From: Alexander Shiyan @ 2012-06-11 7:37 UTC (permalink / raw)
To: joancarles; +Cc: barebox
Hello.
Mon, 11 Jun 2012 09:32:02 +0200 от "FQ | Joan Carles Abelaira" <joancarles@fqingenieria.es>:
...
> > Can you post your .config file? I think it is the best way to resolve your
> > problem.
> Here it is, but the problem I think it's solved in the menuconfig.
...
Hmm, for me this config is compiled fine. On my opinion you have a problem in your custom
code in arch/arm/boards/fq-sid1-mx25-noah/
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-06-11 7:37 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-08 14:12 make fails with barebox FQ | Joan Carles Abelaira
2012-06-08 15:27 ` Sascha Hauer
2012-06-11 6:57 ` FQ | Joan Carles Abelaira
2012-06-11 7:01 ` Re[2]: " Alexander Shiyan
2012-06-11 7:32 FQ | Joan Carles Abelaira
2012-06-11 7:37 ` Re[2]: " Alexander Shiyan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox