View previous topic :: View next topic |
Author |
Message |
godwinamila
Joined: 03 Aug 2010 Posts: 9
|
Posted: Mon Dec 27, 2010 7:20 am Post subject: ELF to TRB Convertion Error |
|
|
Hi
I am trying to compile wallet application. I could successfully compile and it create the .o and .elf files as well. But it gives a error when converting elf file to trb file (avr-objdump $(TURBO_TAG) --turbo $(TRG).elf)
This is the console output of the error
avr-objdump --turbo-manifest "Version: 1.0.1 Vendor: BLADOX" --turbo wallet.el
Undefined symbol twin_off
Undefined symbol twin_t1_apdu
Undefined symbol twin_on
make: *** [wallet.trb] Error 1
Can anyone give me a idea to resolve this.
Regards
Amila |
|
Back to top |
|
 |
godwinamila
Joined: 03 Aug 2010 Posts: 9
|
Posted: Mon Dec 27, 2010 8:40 am Post subject: Could Solve this issue. |
|
|
Hi
I could solve this issue by installing Cygwin to E driver. I think there is a issue with accessing C driver in Windows 7.
Regards
Amila |
|
Back to top |
|
 |
dary
Joined: 15 Oct 2007 Posts: 54
|
Posted: Fri Jan 07, 2011 10:40 am Post subject: |
|
|
You probably had old version of turbo-devel package on C drive.
Wallet application can be compiled with use of newer turbo-devel package. Tested in Windows 7 and with Cygwin installed on C drive. |
|
Back to top |
|
 |
godwinamila
Joined: 03 Aug 2010 Posts: 9
|
Posted: Mon Jan 10, 2011 7:26 am Post subject: |
|
|
Yes I used old version. Thank you very much for the comment
Regards
Amila |
|
Back to top |
|
 |
|