No one in Linux ? (cr2hdr)

Started by Onoxyne, October 05, 2013, 11:54:01 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Onoxyne

My compilation of cr2hdr (Dual-iso) not working in Linux, my system is XUbuntu 12.04 and my camera is a 60D (the module is OK).
Someone have a .bin or something like that ?
Thank you !

wolf

Works just fine. You should take a look at the error output  ;-)

$ make
[ README   ]   module_strings.h
[ CC       ]   dual_iso.o
[ MODULE   ]   dual_iso.mo
[ STRIP    ]   dual_iso.mo
[ EXPORTS  ]   dual_iso.sym
00001300 dual_iso_calc_dr_improvement
00001358 dual_iso_is_enabled
00001378 dual_iso_get_dr_improvement
000014f8 dual_iso_get_recovery_iso
00001518 dual_iso_set_recovery_iso
[ DEPENDS  ]   dual_iso.dep
Will load on:
    550D
Not checked (compile ML for these cameras first):
    100D, 1100D, 40D, 500D, 50D, 5D2, 5D3, 5DC, 600D, 60D, 650D, 6D, 700D, 7D, EOSM
[ gcc      ]   cr2hdr
$


Onoxyne

Wolf : I try to compile directly cr2hdr source. It's the wrong way ?

wolf

I did:
cd magic-lantern/modules/dual_iso
make

Onoxyne

Help ! I dont understand why it is'nt working :
I found this page with a tutorial : https://bitbucket.org/hudson/magic-lantern/commits/50345b4d561151e4707c04e2b874e1f909bef6d9
Because Mercurial was'nt installed in my Xubuntu, and gcc-arm-none-eabi 4.7.3 was'nt too. All the tuto is working but when I did "make" into the dual_iso folder, the terminal write "there is no Mercurial repository here (.hg not found)" !!
Mercurial is installed !
Now, I'm lost...  :'(

wolf

Please post the whole error output.

Onoxyne

OK, I try another time the tuto, cr2hdr executable was compiled ! Thanks !