Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] ARM problem (episode 2)

From: dfeugey::posse-press::com at: 23-Jul-2001 14:46

I work on a ARM7500 board and tryied to make the StrongArm version works on it. You should note that i use the unmodified version of Debian 2.2 with kernel 2.2 (as in Netwinder). You should note too that ARM7500 is fully compatible with StrongArm (but not if you compile the software with "umul"'s StrongArm specific opcode). Once the software said : "file not found" - a few minutes at scanning the code and i find that it search ld.so at the wrong place (/usr/lib and not / lib). Now the software boot and stop with an error "321" during startup... Not very clear :) What is this ? Bye, david