Re: [U-Boot-Users] How to debug u-boot?

2008-06-09 Thread Detlev Zundel
Hi Brian, > Hi every one. > I need help with debugging u-boot. If I comple u-Boot without -Os > optimization, I get bunch of errors about missing functions. They are > inline functions (in_be32, out_be32, out_8, etc) and I'm not sure how > to make sure they are included when building the code w

Re: [U-Boot-Users] How to debug u-boot?

2008-06-06 Thread Brian S. Park
I'm sorry to send this the second time. I missed the answer from Jerry Van Baren & Alessandro Rubini. I thought I had problem subscribing to the list. Thank you for the answer. Brian At 07:13 PM 6/5/2008, Brian S. Park wrote: >Hi every one. >I need help with debugging u-boot. If I comple u-Boo

Re: [U-Boot-Users] How to debug u-boot

2008-06-06 Thread Jerry Van Baren
Brian S. Park wrote: > Hi every one. > I need help with debugging u-boot. If I comple u-Boot without -Os > optimization, I get bunch of errors about missing functions. They are > inline functions (in_be32, out_be32, out_8, etc) and I'm not sure how > to make sure they are included when building

[U-Boot-Users] How to debug u-boot

2008-06-06 Thread Brian S. Park
Hi every one. I need help with debugging u-boot. If I comple u-Boot without -Os optimization, I get bunch of errors about missing functions. They are inline functions (in_be32, out_be32, out_8, etc) and I'm not sure how to make sure they are included when building the code without optimization.

[U-Boot-Users] How to debug u-boot?

2008-06-05 Thread Brian S. Park
Hi every one. I need help with debugging u-boot. If I comple u-Boot without -Os optimization, I get bunch of errors about missing functions. They are inline functions (in_be32, out_be32, out_8, etc) and I'm not sure how to make sure they are included when building the code without optimization.