Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Hi all,
I'm running debnas on my 323 to get a debian environment.
I downloaded the TeamDrive server for ARM and tried to get it runnning, but the binary just won't be executed. I'm not a crack on this architecture stuff. Following some further information. Any hints?
dlink:/opt/tdpsd# readelf -hA tdpsd
ELF Header:
Magic: 7f 45 4c 46 01 01 01 00 00 00 00 00 00 00 00 00
Class: ELF32
Data: 2's complement, little endian
Version: 1 (current)
OS/ABI: UNIX - System V
ABI Version: 0
Type: EXEC (Executable file)
Machine: ARM
Version: 0x1
Entry point address: 0x19930
Start of program headers: 52 (bytes into file)
Start of section headers: 351824 (bytes into file)
Flags: 0x5000002, has entry point, Version5 EABI
Size of this header: 52 (bytes)
Size of program headers: 32 (bytes)
Number of program headers: 8
Size of section headers: 40 (bytes)
Number of section headers: 34
Section header string table index: 31
Attribute Section: aeabi
File Attributes
Tag_CPU_name: "ARM10TDMI"
Tag_CPU_arch: v5TE
Tag_ARM_ISA_use: Yes
Tag_THUMB_ISA_use: Thumb-1
Tag_ABI_PCS_wchar_t: 4
Tag_ABI_FP_denormal: Needed
Tag_ABI_FP_exceptions: Needed
Tag_ABI_FP_number_model: IEEE 754
Tag_ABI_align8_needed: Yes
Tag_ABI_align8_preserved: Yes, except leaf SP
Tag_ABI_enum_size: int
dlink:/opt/tdpsd# uname -a
Linux dlink 2.6.12.6-arm1 #32 Wed Jun 24 15:19:48 CST 2009 armv5tejl GNU/Linux
dlink:/opt/tdpsd# ./tdpsd
-bash: ./tdpsd: No such file or directory
dlink:/opt/tdpsd# sh ./tdpsd
./tdpsd: ./tdpsd: cannot execute binary file
TIA
Offline
Try a 'ldd ./tdpsd'. It might be a missing library file.
Offline
dlink:/opt/tdpsd# ldd ./tdpsd
/usr/bin/ldd: line 116: ./tdpsd: No such file or directory
No success...
Offline
Hi,
maybe the kernel is too old...
dlink:/opt/tdpsd# file tdpsd
tdpsd: ELF 32-bit LSB executable, ARM, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.14, not stripped
BR
Offline