On 24 February 2017 at 16:43, Alex Bennée <alex.ben...@linaro.org> wrote: > > Peter Maydell <peter.mayd...@linaro.org> writes: > >> On 24 February 2017 at 14:40, Alex Bennée <alex.ben...@linaro.org> wrote: >> Could be. I use arm-linux-gnueabihf-gcc to build. If you use >> PRIx32 does it build OK? > > Well the problem is the non-eabi compilers don't have PRIx32 defined for > you. You have to specify yourself.
Oh, right. Or we could just cast these things to unsigned int ;-) Other than the tests being a bit ropy, are you happy with the patches proper? thanks -- PMM