[U-Boot] question about add new board to MAKEALL
Wolfgang Denk
wd at denx.de
Mon Jun 28 09:43:30 CEST 2010
Dear =?UTF-8?B?IlhpYW5nZnUgTGl1KOWImOWQkeWvjCki?=,
In message <4C280BE4.8030207 at openmobilefree.net> you wrote:
>
> I am try to add new board to "MAKEALL" here[1] is the patch.
> but "MAKEALL" doesn't compile the new board qi_lb60.
MAKEALL is just a wrapper script that runs "make xxx_config" and "make
all" for you. It has zero impact on the actual compilation of your
board. If it doesn't work, then pothe problem is elsewhere.
>
> I am sure that when I use mipsel-openwrt-linux-, the qi_lb60 compile fine.
> did I need add the "mipsel-openwrt-linux-" to MAKEALL??
No, never. Maybe you did not read the documentation and forgot to set
the CROSS_COMPILE environment variable?
> xiangfu at openmobilefree:~/u-boot/u-boot.git$ tail ../build.all.log
> text data bss dec hex filename
> 191056 14820 22604 228480 37c80 ../u-boot-build/u-boot
> Configuring for ppmc7xx board...
> text data bss dec hex filename
> 144420 9768 22464 176652 2b20c ../u-boot-build/u-boot
>
> --------------------- SUMMARY ----------------------------
> Boards compiled: 354
> Boards with warnings or errors: 19 ( MVBC_P lwmon TQM823L_LCD BMW caddy2 MPC8536DS MPC8536DS_NAND MPC8536DS_SDCARD MPC8536DS_SPIFLASH MPC8544DS P2020DS P2020DS_36BIT PM854 AP1000 ML2 sc3 EVB64260 P3G4 ZUMA )
These are all PowerPC boards - if your cross compiler is set for the
Power Architecture, you should not be surprised that it cannot compile
your MIPS code.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Everyting looks interesting until you do it. Then you find it's just
another job. - Terry Pratchett, _Moving Pictures_
More information about the U-Boot
mailing list