-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels