Closed DwordPtr closed 6 years ago
What's the exact docker command you are running? I had to add the make command to the docker container like this:
docker run --rm -v ~/qmk_firmware:/qmk:rw -it edasque/qmk_firmware make ergodox_ez:default
I have been running
docker run -e keymap=narze -e subproject=infinity -e keyboard=ergodox --rm -v $('pwd'):/qmk:rw edasque/qmk_firmware
avr-objcopy -Iihex -Obinary .build/ergodox_infinity_narze.hex .build/ergodox_infinity_narze_left.bin
dfu-util --device 1c11:b007 -D .build/ergodox_infinity_narze_left.bin
It tells me lib lufa can't compile because the ARCH
options is blank?
I'm new to this and I have no idea what it means.
this worked for me by skipping docker. If anybody is having issues try sudo make:egrodox_infinity:<layout>:dfu-util
I'll take a look and see if I can get the docker container working sometime eventually.
I still have the same problem and my only way to compile it is using docker.
Did you find an answer?
Unfortunately no. I just built it from my local os.
Hi I'm getting the following error message when I try to build the ergodox firmware for either hand. To recreate this issue:
make git-submodule
btw I'm running the latest code from master.