Running make and executing reprap.elf on Ubuntu 14.04 results in the below error. It appears there's something missing in the make script.
libc3.so.0 cannot open shared object file: no such file or directory.
This can be circumvented by building with make -I shared/libc3/
Here are full steps for compiling and executing simreprap:
-
Install Dependencies
sudo apt-get install libdevil-dev libtool-bin libtool libfontconfig1-dev clang libelf-dev freeglut3 freeglut3-dev gcc-avr avr-libc gcc make git libcairo2-dev
-
Clone repository
git clone https://github.com/buserror/simreprap
-
Compile
cd simreprap
make -I shared/libc3/
-
Run
obj-x86_64-linux-gnu/reprap.elf
Running make and executing
reprap.elfon Ubuntu 14.04 results in the below error. It appears there's something missing in themakescript.This can be circumvented by building with
make -I shared/libc3/Here are full steps for compiling and executing
simreprap:Install Dependencies
Clone repository
Compile
cd simreprap make -I shared/libc3/Run