I Got My 40D's LED to Light Up! - page 3 - DSLR Hack development - CHDK Forum

I Got My 40D's LED to Light Up!

  • 22 Replies
  • 18998 Views
*

ASalina

Re: I Got My 40D's LED to Light Up!
« Reply #20 on: 03 / June / 2008, 09:12:46 »
Advertisements

I suggest you to use  -fpic  option:
arm-elf-gcc -fno-builtin -O2 -Ilib -nostdlib  -fpic  -o scanled.exec entry.o scanled.o -lgcc

it will generate position independent code.
it is does not matter at wich address code will be loaded and executed


Ok, thanks. That works.
The line is exactly:

Code: [Select]
arm-elf-gcc -fno-builtin -nostdlib -fpic -o scanled.exec entry.o scanled.o



Re: I Got My 40D's LED to Light Up!
« Reply #21 on: 18 / July / 2008, 01:42:43 »
do I see progress .. yessssssssssssssssssssssssssssssssssssssssss ....

happy new dSLR 450 D ... dSLR video please ... :D

Re: I Got My 40D's LED to Light Up!
« Reply #22 on: 21 / September / 2008, 12:44:35 »
Hi!

Impressive work.

The LED in DirectPrint button is perfectly suited for Mirror Lockup switching and indication. One press and it activates (LED on) and the other press deactivates the function (LED off).

I hope you will succeed in that.

Best regards,

Neptune

 

Related Topics