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 problem in the compilation.
   
Without knowing what the problems were, nobody can help you.
 Could somebody tell me steps to compile U-Boot for TI3430.

 Best Regards,

 Krishna.

   
regards,
Ben

-
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=100url=/
___
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users


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- omap3430sdp_config
 
 Step 2: make CROSS_COMPILE=arm-none-linux-gnueabi-
 
 I had problem in the compilation.
 
As said Ben please be more specific

Best Regards,
J.

-
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=100url=/
___
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users


[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 in the compilation.
 
 make distclean  // this is getting executed.. doing some
 cleaning
 
 Probel is here
 make CROSS_COMPILE=arm-none-linux-gnueabi-
  omap3430sdp_config
 
 ./mkconfig  error at line no 2.
 
 I have changed the line 2 code to 
 BOARD_NAME=omap3430sdp# Name to print in
 make output
 Still it did not work for me.
 
 //Did not execute the step 3.
 
  Could somebody tell me steps to compile U-Boot for TI3430.
  
  Best Regards,
  Krishna.


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

-
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=100url=/
___
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users


[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 \
| xargs rm -f
rm -f examples/hello_world examples/timer \
  examples/eepro100_eeprom examples/sched \
  examples/mem_to_mem_idma2intr examples/82559_eeprom \
  examples/smc9_eeprom \
  examples/test_burst
rm -f tools/img2srec tools/mkimage tools/envcrc tools/gen_eth_addr
rm -f tools/mpc86x_clk tools/ncb
rm -f tools/easylogo/easylogo tools/bmp_logo
rm -f tools/gdb/astest tools/gdb/gdbcont tools/gdb/gdbsend
rm -f tools/env/fw_printenv tools/env/fw_setenv
rm -f board/cray/L1/bootscript.c board/cray/L1/bootscript.image
rm -f board/netstar/eeprom board/netstar/crcek
rm -f board/netstar/*.srec board/netstar/*.bin
rm -f board/trab/trab_fkt board/voiceblue/eeprom
rm -f board/integratorap/u-boot.lds board/integratorcp/u-boot.lds
rm -f include/bmp_logo.h
find . -type f \( -name .depend \
-o -name '*.srec' -o -name '*.bin' -o -name u-boot.img \) \
-print0 \
| xargs -0 rm -f
rm -f  *.bak tags TAGS include/version_autogenerated.h
rm -fr *.*~
rm -f u-boot u-boot.map u-boot.hex
rm -f tools/crc32.c tools/environment.c tools/env/crc32.c
rm -f tools/inca-swap-bytes cpu/mpc824x/bedbug_603e.c
rm -f include/asm/proc include/asm/arch include/asm

$ make CROSS_COMPILE=arm-none-linux-gnueabi- omap3430sdp_config
./mkconfig: line 2: $'\r': command not found
make: *** [omap3430sdp_config] Error 127

$ make CROSS_COMPILE=arm-none-linux-gnueabi-
System not configured - see README
make: *** [all] Error 1



   Could somebody tell me steps to compile U-Boot for
 TI3430.
   
   Best Regards,
   Krishna.



__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

-
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=100url=/
___
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users


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: *** [omap3430sdp_config] Error 127

Is that telling you that you have DOS line endings (CR+LF i.e. \r\n) 
as opposed to unix line endings (\n only)?

 $ make CROSS_COMPILE=arm-none-linux-gnueabi-
 System not configured - see README
 make: *** [all] Error 1
 
Could somebody tell me steps to compile U-Boot for
  TI3430.

Best Regards,
Krishna.

My best guess,
gvb

-
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=100url=/
___
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users