From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeroen Hofstee Date: Tue, 20 May 2014 20:22:05 +0200 Subject: [U-Boot] [U-boot] Does u-boot support being compiled by clang compiler? In-Reply-To: References: Message-ID: <1400610125.2002.43.camel@yellow> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello Tiger, On di, 2014-05-20 at 10:04 +0800, TigerLiu at via-alliance.com wrote: > Hi, experts: > > Does u-boot support being compiled by clang compiler? short answer, no.. slightly longer answer, host tools build fine in general but might warn. Most of arm targets will build, but only with patches not in mainline. (big-endian will fail, some board fail having a too huge text) Regards, Jeroen