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

Created on 3 Oct 2016  路  4Comments  路  Source: qmk/qmk_firmware

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?

Most helpful comment

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.

All 4 comments

Same thing is happening for me with Sierra and Xcode 8

@jackhumbert any insight on this particular issue ? Thanks

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.

indeed just a remove/install makes it work

thx for the help

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jmagee picture jmagee  路  3Comments

vokeio picture vokeio  路  3Comments

levitanong picture levitanong  路  3Comments

jetpacktuxedo picture jetpacktuxedo  路  3Comments

henrebotha picture henrebotha  路  4Comments