From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-15?Q?Andreas_Bie=DFmann?= Date: Thu, 01 Dec 2011 17:35:14 +0100 Subject: [U-Boot] Sandbox question Message-ID: <4ED7ACC2.6060209@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Simon, I started to play around with new sandbox architecture and encountered a serious problem. Due to the '-nostdinc' switch the file arch/sandbox/cpu/os.c requires additional CPPFLAGS '-I/usr/include'. On my debian box this is not enough since the bits/*.h are placed in /usr/include/i386-linux-gnu and therefore I get errors when compiling arch/sandbox/os.c. Are there any clean solution to get this working? best regards Andreas Bie?mann