Re: [U-Boot-Users] Compilation problem for TI3430 board.

2008-10-17 Thread Ben Warren
Radha Krishna wrote: Hi, I have downloaded U-boot and trying to compile it for the Target omap3430sdp_config. Using commands Step 0: make distclean Step 1: make CROSS_COMPILE=arm-none-linux-gnueabi- omap3430sdp_config Step 2: make CROSS_COMPILE=arm-none-linux-gnueabi- I had

Re: [U-Boot-Users] Compilation problem for TI3430 board.

2008-10-17 Thread Jean-Christophe PLAGNIOL-VILLARD
On 22:44 Thu 16 Oct , Radha Krishna wrote: Hi, I have downloaded U-boot and trying to compile it for the Target omap3430sdp_config. Where do you download it? it's not a mainline board Using commands Step 0: make distclean Step 1: make CROSS_COMPILE=arm-none-linux-gnueabi-

[U-Boot-Users] Compilation problem for TI3430 board.

2008-10-17 Thread Radha Krishna
Hi, I have downloaded U-boot and trying to compile it for the Target omap3430sdp_config. Using commands Step 0: make distclean Step 1: make CROSS_COMPILE=arm-none-linux-gnueabi- omap3430sdp_config Step 2: make CROSS_COMPILE=arm-none-linux-gnueabi- I had problem

[U-Boot-Users] Compilation problem for TI3430 board.

2008-10-17 Thread Radha Krishna
Hi, I have downloaded U-boot and trying to compile it for the Target omap3430sdp_config. Using commands $ make distclean find . -type f \ \( -name 'core' -o -name '*.bak' -o -name '*~' \ -o -name '*.o' -o -name '*.a' \) -print \

Re: [U-Boot-Users] Compilation problem for TI3430 board.

2008-10-17 Thread Jerry Van Baren
Radha Krishna wrote: Hi, I have downloaded U-boot and trying to compile it for the Target omap3430sdp_config. Using commands [snip] $ make CROSS_COMPILE=arm-none-linux-gnueabi- omap3430sdp_config ./mkconfig: line 2: $'\r': command not found make: ***

[U-Boot-Users] Compilation problem for TI3430 board.

2008-10-16 Thread Radha Krishna
Hi, I have downloaded U-boot and trying to compile it for the Target omap3430sdp_config. Using commands Step 0: make distclean Step 1: make CROSS_COMPILE=arm-none-linux-gnueabi- omap3430sdp_config Step 2: make CROSS_COMPILE=arm-none-linux-gnueabi- I had problem in the compilation. Could