I am sending again cause i search something that i didn't undertand. It is at the 
final of message.


Hello,

I need to use windows to work, when i return to Debian some applications don't work 
more. I install this again and the above message appear:


/sbin/ldconfig: /usr/lib/libdivxencore.so.0 is not an ELF file - it has the wrong 
magic bytes at the start.


Any help?
Savio.

_____

 This utility is used to prepare ARM/THUMB specific ELF executable files for use with 
ARM Evaluator-7T BSL firmware. The BSL firmware expects uuencoded binary data, but 
standard UNIX command 'uuencode' uses a different coding algorithm. The currently used 
ARM/THUMB cross compiler tools offer only the ELF output format, but binary data is 
required. The linker base address and physical address of the .data segment must 
differ in the case of program execution from ROM, because this program segment 
includes preinitialised but changeable data. Therefore the .data segment is copied 
from ROM to RAM at boot time. The currently used cross compiler tools do not provide 
arbitrary physical locations of ELF program segments. This possibly results in 
ultralarge executable files because the program segments are placed at their logical 
base addresses. The solution is to give the .data segment an own ELF program header. 
The GNU tool 'objcopy' may be used to convert ELF executable files to the
  required binary format. But this is complicated due to a wrong base address related 
segment order (RAM address is lower than ROM address, but .data  segment ought to be 
the last part of the binary image). And that's why the binary file extraction is done 
by the 'arm-e7t-bsl-tool'. This additionally offers the chance to give a hind whereto 
the corresponding binary image has to be placed in the target system memory. ROM 
images additionally need a special module header. This header is used by the BSL 
firmware to locate and manage the module.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to