Re: [U-Boot] [PATCH] tools/env: document current cross-compilation issues and workaround

2011-04-29 Thread Wolfgang Denk
Dear Luca Ceresoli,

In message <1302250280-3423-1-git-send-email-luca.ceres...@comelit.it> you 
wrote:
> Signed-off-by: Luca Ceresoli 
> ---
> Cross-compiling fw_{print,set}env has caused people to waste a lot of time:
>  - http://www.mail-archive.com/u-boot@lists.denx.de/msg42317.html
>  - http://www.mail-archive.com/u-boot@lists.denx.de/msg39735.html
>  - http://www.mail-archive.com/u-boot@lists.denx.de/msg48945.html
>  - http://www.mail-archive.com/u-boot@lists.denx.de/msg49057.html
> so at least let's have it documented.

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de
There are three ways to get something  done:  do  it  yourself,  hire
someone, or forbid your kids to do it.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH] tools/env: document current cross-compilation issues and workaround

2011-04-08 Thread Luca Ceresoli
Signed-off-by: Luca Ceresoli 
---
Cross-compiling fw_{print,set}env has caused people to waste a lot of time:
 - http://www.mail-archive.com/u-boot@lists.denx.de/msg42317.html
 - http://www.mail-archive.com/u-boot@lists.denx.de/msg39735.html
 - http://www.mail-archive.com/u-boot@lists.denx.de/msg48945.html
 - http://www.mail-archive.com/u-boot@lists.denx.de/msg49057.html
so at least let's have it documented.

 tools/env/README |6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/tools/env/README b/tools/env/README
index 91e679a..d5f228f 100644
--- a/tools/env/README
+++ b/tools/env/README
@@ -2,6 +2,12 @@
 This is a demo implementation of a Linux command line tool to access
 the U-Boot's environment variables.
 
+In the current version, there is an issue in cross-compilation.
+In order to cross-compile fw_printenv, run
+make HOSTCC= env
+in the root directory of the U-Boot distribution. For example,
+make HOSTCC=arm-linux-gcc env
+
 For the run-time utiltity configuration uncomment the line
 #define CONFIG_FILE  "/etc/fw_env.config"
 in fw_env.h.
-- 
1.7.1

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot