You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get errors when I run make git-submodule (which I believe I need to do, since I'm trying to compile & flash an Infinity Ergodox).
$ make git-submodule
QMK Firmware 0.5.204
': not a valid identifierline 88: export: `dashless
': not a valid identifierline 88: export: `dashless
Submodule 'lib/chibios' (https://github.com/qmk/ChibiOS) registered for path 'lib/chibios'
Submodule 'lib/chibios-contrib' (https://github.com/qmk/ChibiOS-Contrib) registered for path 'lib/chibios-contrib'
Submodule 'lib/googletest' (https://github.com/google/googletest) registered for path 'lib/googletest'
Submodule 'lib/ugfx' (https://github.com/qmk/uGFX) registered for path 'lib/ugfx'
Cloning into '/home/[user]/Firmware/qmk_firmware/lib/chibios'...
Cloning into '/home/[user]/Firmware/qmk_firmware/lib/chibios-contrib'...
Cloning into '/home/[user]/Firmware/qmk_firmware/lib/googletest'...
Cloning into '/home/[user]/Firmware/qmk_firmware/lib/ugfx'...
': not a valid identifierline 88: export: `sha1
': not a valid identifierline 88: export: `displaypath
Submodule path '': checked out '8fce03b3a75c743e5d5c40b9d59c1637c59d22a7'
': not a valid identifierline 88: export: `sha1
': not a valid identifierline 88: export: `displaypath
Submodule path '': checked out 'cc401cf0175d6ff4fe62acc8efbaa416013b544e'
': not a valid identifierline 88: export: `sha1
': not a valid identifierline 88: export: `displaypath
Submodule path '': checked out 'ec44c6c1675c25b9827aacd08c02433cccde7780'
': not a valid identifierline 88: export: `sha1
': not a valid identifierline 88: export: `displaypath
Submodule path '': checked out '3e97b74e03c93631cdd3ddb2ce43b963fdce19b2'
Do these errors mean it didn't work, or it did but not perfectly?
The text was updated successfully, but these errors were encountered:
I get errors when I run
make git-submodule
(which I believe I need to do, since I'm trying to compile & flash an Infinity Ergodox).Do these errors mean it didn't work, or it did but not perfectly?
The text was updated successfully, but these errors were encountered: