Wow, that was easy. I patched irb/locale.rb to use File.read(n) instead of File.read, and irb should now work.
I have cross-compiled ruby for the A780. You can download the tarball at:
http://rubystuff.org/ruby-ezx.tar.gz
To install:
Currently irb does not work, because File.stat does not seem to work on this kernel.Code:$ cd /mmc/mmca1 # or /diska if you prefer $ tar xvfz /diska/ruby-ezx.tar.gz $ ln -s /mmc/mmca1/ruby /ezxlocal $ export PATH=$PATH:/ezxlocal/ruby/bin
Wow, that was easy. I patched irb/locale.rb to use File.read(n) instead of File.read, and irb should now work.
i can"t understand it...