In message <[EMAIL PROTECTED]> you wrote:
>
> sudo tar xjvf u-boot-1.3.3.tar.bz2 -C /usr/src
> 
> then i tried:
> 
> make distclean canyonlands_config all
> (as i read at http://www.denx.de/wiki/view/DULG/UBootConfiguration )

You mention "u-boot on x86" in the subjct - are you aware that the
Canyonlands board is not x86, but PPC?

What you should do is:

        make distclean
        make canyonlands_config
        make all

Do not try to perform all there steps in a single call to make - this
cannot work.

> mbdev-deb:/usr/src/u-boot-1.3.3# make distclean canyonlands_config all
> Configuring for canyonlands board...
> System not configured - see README
> make: ** [all] Erro 1

This is caused by your incorrect call to make - see above.

> also, as you all can easely see, i was not able to 'configure' the system
> i tried many other things in a 'adhoc' way and i still not able to
> handle this :(

Please read the manual - it describes step by step what to do.
If you had follwed the examples, aboveerror could have been avoided.
See http://www.denx.de/wiki/view/DULG/Manual?stickboard=canyonlands

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: [EMAIL PROTECTED]
If there are self-made purgatories, then we all have to live in them.
        -- Spock, "This Side of Paradise", stardate 3417.7

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users

Reply via email to