Re: [PATCH REPOST] dtc: integrate gpp
From: Jean-Christophe PLAGNIOL-VILLARD <hidden>
Date: 2012-08-26 15:16:45
On 16:26 Sat 25 Aug , Stephen Warren wrote:
Jean-Christophe PLAGNIOL-VILLARD [off-list ref] wrote:quoted
On 22:11 Tue 21 Aug , Stephen Warren wrote:quoted
From: Stephen Warren <redacted> I figured the easiest way to get named constants into dtc would be to re-use an existing C pre-processor implemntation. Surprisingly, Icouldquoted
not find many /good/ possibilities for this. I eventually found onecalledquoted
gpp. This patch is an extremely quick-and-dirty integration of gppintoquoted
dtc in order to solicit some feedback. What do people think of this approach in general?I'm not sure it's rely the right way I does the support but we may just use gcc for as it's done for linker script but I will agree that with this dtc is standaloneA C-compiler's pre-processor gets confused by property names starting with #, which gpp at least can be configured not to (outside column 1 at least)
ok fine by me Best Regards, J.