Skip to content
Snippets Groups Projects
Commit 56c17698 authored by Luca Ceresoli's avatar Luca Ceresoli Committed by Wolfgang Denk
Browse files

tools/env: document current cross-compilation issues and workaround

parent 83b7e2a7
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,12 @@ ...@@ -2,6 +2,12 @@
This is a demo implementation of a Linux command line tool to access This is a demo implementation of a Linux command line tool to access
the U-Boot's environment variables. 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=<your CC cross-compiler> 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 For the run-time utiltity configuration uncomment the line
#define CONFIG_FILE "/etc/fw_env.config" #define CONFIG_FILE "/etc/fw_env.config"
in fw_env.h. in fw_env.h.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment