From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bartlomiej Sieka Date: Fri, 14 Mar 2008 17:19:49 +0100 Subject: [U-Boot-Users] [PATCH 02/20] [new uImage] Add support for new uImage format to mkimage tool In-Reply-To: <1205506462.21112.36.camel@localhost> References: <20080312201023.6444.52806.stgit@pollux.denx.de> <20080312201037.6444.12357.stgit@pollux.denx.de> <1205506462.21112.36.camel@localhost> Message-ID: <47DAA5A5.80703@semihalf.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Luigi 'Comio' Mantellini wrote: > Hi A, Hi Luigi, > > I'm trying to use the newimage patches but I cannot compile the mkimage > tool because the uint8_t uint16_t, ... types are not defined into the > fdt.h include file (that uses them). Hmm, I've not seen this. How are you trying to compile mkimage? What system are you on? I usually compile mkimage by configuring the build for any board, and then compiling just the tools directory. Could you try this: make TQM5200_config make tools BTW: "make tools" without prior make *_config says "make: Nothing to be done for `tools'." -- can somebody offer a suggestions on how to fix this? Regards, Bartlomiej