for this tutorial the following directories are used:
/home/john
/home/john/Railroad1
The following packages must be installed:
sudo apt-get build-essential sudo apt-get install git sudo apt-get install libwxgtk3.0-dev sudo apt-get libusb-1.0-0-dev
Request access to the sources in the Rocrail Forum.
This step takes a long time…
cd git clone http://...../r/Rocrail.git
After the clone the source tree is in:
/home/john/Rocrail
Only the first time a clone must be made.
Use the following commands to update the existing source tree:
cd /home/john/Rocrail git pull
cd /home/john/Rocrail make -j 2 fromtar
cd /home/john/Railroad1 gdb --args ../Rocrail/unxbin/rocrail -l ../Rocrail/unxbin -console (gdb) run
After a server crash the backtrace is needed for analysing the problem.
The GNU Debugger is still active, and with the bt command the backtrace will be listed in the terminal.
(gdb) bt
Copy the complete terminal output in a text file and post it in the Forum.