On Tue, Jan 16, 2018 at 6:54 AM, Peter Maydell <peter.mayd...@linaro.org> wrote: > On 16 January 2018 at 14:49, Edgar E. Iglesias > <edgar.igles...@xilinx.com> wrote: >> This didn't show up on my clang testing, do you mind sharing configure line >> and clang version you use? >> >> @Alistair, it does seem like the call to microblaze_load_kernel is passing >> wrong arguments. >> Can you have a look? > > exec '../../configure' '--cc=clang' '--cxx=clang++' '--enable-gtk' > '--extra-cflags=-fsanitize=undefined -fno-sanitize=shift-base > -Werror' "$@" > > with clang version 3.8.0-2ubuntu4 (tags/RELEASE_380/final) > on ubuntu xenial.
Ok, should be fixed in v5, just running though one more test then I'll send the patches out. Alistair > > thanks > -- PMM >