Advertisement
Guest User

Untitled

a guest
Apr 1st, 2014
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. REBUILDING
  2. python2 ../readme2modulestrings.py > module_strings.h
  3. ~/gcc-arm-none-eabi-4_8-2013q4/bin/arm-none-eabi-gcc-4.8.3 -Os -mthumb-interwork -march=armv5te -D__ARM__ -Wp,-MMD,./ettr.d -Wp,-MT,ettr.o -nostdlib -fomit-frame-pointer -fno-strict-aliasing -I../../include -Wall -Wextra -Wno-unused-parameter -Wno-unused-function -Wno-missing-field-initializers -Wno-format -Wdouble-promotion -ffast-math -fsingle-precision-constant -fshort-double -fno-builtin-printf -std=gnu99 -Winline -I../../platform/all -I../../platform/all/include -I../../src -I../../picoc -DMODULE -DMODULE_NAME=ettr -DCONFIG_MAGICLANTERN -I. -c -o ettr.o ettr.c
  4. ~/gcc-arm-none-eabi-4_8-2013q4/bin/arm-none-eabi-ld -r -o ettr.mo ettr.o
  5. ~/gcc-arm-none-eabi-4_8-2013q4/bin/arm-none-eabi-strip --strip-debug --strip-unneeded --discard-all --discard-locals ettr.mo
  6. ~/gcc-arm-none-eabi-4_8-2013q4/bin/arm-none-eabi-readelf -sW ettr.mo | grep GLOBAL | grep -v UND | grep -v COM | grep -v "__module_.*ettr" | awk {print
  7. /bin/sh: 1: } | sort > ettr.sym && cat ettr.sym: not found
  8. 000029b4 auto_ettr_export_correction
  9. 000029e4 auto_ettr_intervalometer_warning
  10. 00002a80 auto_ettr_intervalometer_wait
  11. ~/gcc-arm-none-eabi-4_8-2013q4/bin/arm-none-eabi-readelf -sW ettr.mo | grep GLOBAL | grep 00000000 | grep UND | awk {print
  12. /bin/sh: 1: } | sort > ettr.dep && cd ../../modules && python2 checkdep.py ettr: not found
  13. Will load on:
  14. 5D3.123
  15. Not checked (compile ML for these cameras first):
  16. 1100D, 500D, 50D, 550D, 5D2, 5D3.113, 600D, 60D, 650D, 6D, 700D, 7D, EOSM
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement