tmk / tmk_keyboard

Keyboard firmwares for Atmel AVR and Cortex-M
3.99k stars 1.71k forks source link

Error when compiling teensy3.2_tkl #623

Open alexisphilip opened 5 years ago

alexisphilip commented 5 years ago

I have edited the Makefile and added all the packages needed to make .HEX for Teensie 3.2.

The command I ran: make -f Makefile

This is the error I'm getting: cat: ./halconf_community.h: No such file or directory

More images of the errors: https://imgur.com/a/Q2Pp5ih

Here is my configuration: Board: Teensy 3.2 Environnement: Ubuntu Added ChibiOS and ChibiOS-Contrib to TMK repo. Added the packages: sudo apt-get install gcc-avr avr-libc dfu-programmer git make gcc-arm-none-eabi

I have been stuck for a week, any help you be really appreciated. Thanks.