timvideos / HDMI2USB-fx2-firmware

HDMI2USB firmware for the Cypress FX2 found on the Digilent Atlys and Numato Opsis boards.
24 stars 11 forks source link

Use git hash as version number #37

Closed paddatrapper closed 7 years ago

paddatrapper commented 7 years ago

Fixes #30

mithro commented 7 years ago

Looks like this failed on travis,

0.15s$ make firmware-audio-fx2
make -C audio
make[1]: Entering directory `/home/travis/build/timvideos/HDMI2USB-fx2-firmware/audio'
     GEN  version_data.h
fatal: ref HEAD is not a symbolic ref
make[1]: *** [version_data.h] Error 128
make[1]: Leaving directory `/home/travis/build/timvideos/HDMI2USB-fx2-firmware/audio'
make: *** [audio/audio.hex] Error 2
The command "make firmware-audio-fx2" exited with 2.
0.02s$ make firmware-unconfigured

I'm pretty sure I've seen this before with the HDMI2USB-litex-firmware repo. You might want to check the travis scripts there to see what the solution was....

paddatrapper commented 7 years ago

Fixed