Create Canon DSLR CR2 image statistics (exiftool & GNU Plot) and convert ML dual ISO CR2 files painlessly for post-processing
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

15 lines
486 B

--- a/magic-lantern/tcc/Makefile
+++ a/magic-lantern/tcc/Makefile
@@ -137,6 +137,12 @@
TCCLIBS+=$(LIBTCC1_CROSS)
endif
+#Very bad workaround to solve compilation issues
+CC=../gcc-arm-none-eabi-4_8-2013q4/bin/arm-none-eabi-gcc-4.8.3
+LD=../gcc-arm-none-eabi-4_8-2013q4/bin/arm-none-eabi-ld
+READELF=../gcc-arm-none-eabi-4_8-2013q4/bin/arm-none-eabi-readelf
+OBJCOPY=../gcc-arm-none-eabi-4_8-2013q4/bin/arm-none-eabi-objcopy
+
#all: $(PROGS) $(TCCLIBS) $(TCCDOCS)
all: libtccx.o