RomRaider0.5.2 on FreeBSD 8.0 RELEASE i386 using a "GENERIC-like" kernel build with Linux binary compatibility
Guidance borrowed from lordeldor's Debian Linux install guide.
URL:
http://www.romraider.com/forum/topic5475.htmlUpdate ports collection via csup, portsnap, sysinstall etc.
Example:
Code:
# portsnap fetch update
Obtain jre-6u3-linux-i586.bin from Sun, and place into /usr/ports/distfiles (must download manually due to license restriction).
URL:
http://java.sun.com/products/archive/j2se/6u3/index.htmlInstall linux-sun-jre16 via ports.
Example:
Code:
# cd /usr/ports/java/linux-sun-jre16; make install clean
Run RomRaider installer.
Example:
Code:
$ /usr/local/linux-sun-jre1.6.0/bin/java -jar /home/ladams/Downloads/RomRaider0.5.2-223-linux.jar
Note: I had to export a library path first:
Code:
`export LD_LIBRARY_PATH=/usr/local/linux-sun-jre1.6.0/lib/i386/jli`
as I had just received this error:
Code:
`/usr/local/linux-sun-jre1.6.0/bin/java: error while loading shared libraries: libjli.so: cannot open shared object file: No such file or directory`.
I decided to install RomRaider as non-root, so the install path went into my home directory.
Start RomRaider with increased heap size as the defaults are too small and will end with `java.lang.OutOfMemoryError` when trying to open a map.
Example:
Code:
$ /usr/local/linux-sun-jre1.6.0/bin/java -Xms32m -Xmx256m -jar ./RomRaider.jar
Note: I too am executing this from within the RomRaider directory
Load up ECU/logger definitions like usual. No OpenPort 2.0 drivers have been ported to FreeBSD yet for the purpose of logging (the SD card does mount up to retrieve stand-alone logs), but Colby has some for OSX. Maybe one day the OSX stuff gets ported over.
References:
http://www.romraider.com/forum/topic5475.htmlhttp://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-using.htmlhttp://java.sun.com/products/archive/j2se/6u3/index.htmlhttp://www.freebsd.org/java/install.htmlhttp://archive.netbsd.se/?ml=freebsd-java&a=2007-05&t=4088967http://www.romraider.com/RomRaider/Downloadhttp://www.romraider.com/forum/topic360.htmlhttp://www.romraider.com/forum/topic1642.htmlhttp://hausheer.osola.com/docs/5http://forums.openecu.org/viewtopic.php?f=57&t=4319&start=225http://www.romraider.com/forum/post47842.html?hilit=linux%20driver#p47842http://www.nxp.com/acrobat_download/datasheets/LPC2364_65_66_67_68_5.pdf