[U-Boot] [ANNOUNCE] U-Boot driver model repo
Masahiro Yamada
yamada.m at jp.panasonic.com
Fri Jun 6 12:51:43 CEST 2014
Hi TigerLiu,
On Fri, 6 Jun 2014 17:14:25 +0800
<TigerLiu at via-alliance.com> wrote:
> Hi, Simon:
> I git cloned http://git.denx.de/u-boot-dm.git .
> And followed these steps to compile it:
> make sandbox_config
> make
>
> but failed:
> arch/sandbox/cpu/sdl.c:10:21: error: sdl/sdl.h: No such file or directory
You might need to install some packages.
Or try building without SDL, like this:
make sandbox_config
make NO_SDL=1
Best Regards
Masahiro Yamada
More information about the U-Boot
mailing list