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.
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.