diff --git a/main.c b/main.c index b3d4232..d7a45dc 100644 --- a/main.c +++ b/main.c @@ -60,6 +60,10 @@ along with this program. If not, see . #include "mist_cfg.h" #include "cdc_enumerate.h" +#ifndef _WANT_IO_LONG_LONG +#error "newlib lacks support of long long type in IO functions. Please use a toolchain that was compiled with option --enable-newlib-io-long-long." +#endif + const char version[] = {"$VER:ATH" VDATE}; extern hdfTYPE hdf[2];