qmk / qmk_firmware

Open-source keyboard firmware for Atmel AVR and Arm USB families
https://qmk.fm
GNU General Public License v2.0
17.97k stars 38.64k forks source link

keyboards/ergodox/ez/twimaster.c:9:22: fatal error: inttypes.h: No such file or directory #802

Closed alaibe closed 7 years ago

alaibe commented 7 years ago

The error appear after a full upgrade on the system: osx ugraded to sierra and brew update and upgrade

do you need any other log?

tlvenn commented 7 years ago

Same thing is happening for me with Sierra and Xcode 8

tlvenn commented 7 years ago

@jackhumbert any insight on this particular issue ? Thanks

fredizzimo commented 7 years ago

It's very hard to tell without knowing more details.

But my first guess is that it's somehow using the wrong compiler, or that the avr-libc isn't properly installed. The twimaster.c is the first file to be compiled, so that explains why it fails on that one.

I would try to uninstall avr-gcc and avr-libc and then reinstall them. You might also get more support here.

alaibe commented 7 years ago

indeed just a remove/install makes it work

thx for the help