From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Fri, 6 Jun 2014 13:00:48 +0200 Subject: [U-Boot] [ANNOUNCE] U-Boot driver model repo In-Reply-To: <20140606195142.95A1.AA925319@jp.panasonic.com> References: <20140606195142.95A1.AA925319@jp.panasonic.com> Message-ID: <201406061300.48111.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Friday, June 06, 2014 at 12:51:43 PM, Masahiro Yamada wrote: > Hi TigerLiu, > > On Fri, 6 Jun 2014 17:14:25 +0800 > > 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 Or just install SDL development libs ;-) Best regards, Marek Vasut