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

Fixed typos in Makefile #1

Closed paddatrapper closed 7 years ago

paddatrapper commented 7 years ago

$@ resolved to /.git, which is not found. Adding a . in front forced it to resolve to ./.git in the current directory, allowing make to work as expected

mithro commented 7 years ago

I'm pretty sure this isn't right.

This is trying to make the third_party/fxlib/.git file have the same timestamp as the .gitmodules file. It seems like you're not having FX2LIBDIR being set correctly?

paddatrapper commented 7 years ago

You're right, FX2LIBDIR hadn't been set. Is there a reason for not declaring a default value in the Makefile itself?

Also is there any documentation on building the firmware, because I'm finding Makefile.fx2 to also be failing?

mithro commented 7 years ago

https://github.com/timvideos/HDMI2USB-fx2-firmware/commit/50637d7332013b70809763633c718fde78d24ffd