[U-Boot-Users] Problems during board configuration of U-boot1.1.2!

I had just been in porting U-Boot1.1.2 to AMCC's Bubinga405ep Eval board.But after I had generated PPC_4xx-gcc cross-compiler and do board configuring,some problems appeared on the screen: [root@sunriver u-boot]#make bubinga405ep_config
make:*** No rule to make target"bubinga405ep_config". Stop
I don't know what's wrong with the u-boot,for I had checked the config.h and no errors found.Help me pls!
James.Zhou
__________________________________ Do you Yahoo!? The all-new My Yahoo! - What will yours do? http://my.yahoo.com

Why are you posting the same question twice within just 3 minutes?
In message 20050220033607.58917.qmail@web13607.mail.yahoo.com you wrote:
I had just been in porting U-Boot1.1.2 to AMCC's Bubinga405ep Eval board.But after I had generated
I don't understand why you should have to do any porting - the Bubinga board is fully supported in U-Boot. You just have to build it.
make:*** No rule to make target"bubinga405ep_config". Stop
I don't know what's wrong with the u-boot,for I had
Please get used to the fact that Unix is case-sensitive - check the Makefile if you are in doubt about the correct spelling. In this case, please try:
$ make BUBINGA405EP_config ; make
Best regards,
Wolfgang Denk
participants (2)
-
liangdongzhou liangdongzhou
-
Wolfgang Denk