detecting the linaro toolchain via C/C++ preprocessor

2014-03-08 Thread Isidor Zeuner
Hi there! On Linaro gcc 4.6, I am facing an issue due to long long integers not being 64 bit as they are on other platforms I'm targeting, which causes different issues, most importantly with printf format strings. I am now circumventing these by using the C/C++ preprocessor in order to choose

RE: detecting the linaro toolchain via C/C++ preprocessor

2014-03-08 Thread Pinski, Andrew
Huh? Long long is 64bit using the linaro toolchains. Are you using just %ld rather than %lld ? Anyways this sounds like a bug which should be reported rather than worked around if it is truely a bug in the toolchain rather than your code. Thanks, Andrew