--- 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
|