Re: [U-Boot] [PATCH v3 8/9] tools: Avoid creating symbolic links for tools/version.h

2019-10-30 Thread Tom Rini
On Sun, Oct 27, 2019 at 05:19:47AM -0700, Bin Meng wrote: > When building U-Boot host tools for Windows from Microsoft Azure > Pipelines, the following errors were seen: > > HOSTCC tools/mkenvimage.o > In file included from tools/mkenvimage.c:25: > ./tools/version.h:1:1: error: expected id

[U-Boot] [PATCH v3 8/9] tools: Avoid creating symbolic links for tools/version.h

2019-10-27 Thread Bin Meng
When building U-Boot host tools for Windows from Microsoft Azure Pipelines, the following errors were seen: HOSTCC tools/mkenvimage.o In file included from tools/mkenvimage.c:25: ./tools/version.h:1:1: error: expected identifier or ‘(’ before ‘.’ token 1 | ../include/version.h |