[U-Boot-Users] compiling u-boot

i am trying to compile u-boot 1.1.1 for the atmel at91rm9200dk under suse linux professional 9.1. i have downloaded u-boot-1.1.1.tar.bz2 and extracted the source code to /usr/src/arm/uboot and tried to complie it with 'make at91rm200_config'. i get the following error:
Configuring for at91rm9200dk board.... ln: creating symbolic link 'asm' to 'asm-arm' : Permission denied make: *** [at91rm9200dk_config] Error 1
is there some modifications i need to make to the makefile? do i need to install in a different directory? Can someone help me?
Brock Denson WAIV bdenson@wa-ventures.com 210 849-1988

In message 004001c44a73$70ab8580$6700a8c0@BDENSONLAPTOP you wrote:
Configuring for at91rm9200dk board.... ln: creating symbolic link 'asm' to 'asm-arm' : Permission denied make: *** [at91rm9200dk_config] Error 1
Seems you don't have write permissions in the source directory.
is there some modifications i need to make to the makefile? do i need
No. Don't touch it.
to install in a different directory? Can someone help me?
Check who owns the files, and fix ownership / permissions.
Best regards,
Wolfgang Denk
participants (2)
-
Brock Denson
-
Wolfgang Denk