Post Reply 
Compiling newRPL
06-10-2018, 09:47 PM
Post: #2
RE: Compiling newRPL
An update -

I rebooted today, then deleted *.o and compiled newrpl-comp. This time it went just fine. A few warnings here and there, but it compiled.

Then started to compile newrpl-fw. Several erors again. Deleted *.o, and it almost finished.

/home/adrianco/newrpl-sources/tools-bin/elf2rom newrplfw.elf
make: /home/adrianco/newrpl-sources/tools-bin/elf2rom: Command not found
make: *** [Makefile:565: newrplfw.elf] Error 127


Found elf2rom source code in tools.

gcc -c -pipe -O2 -Wall -W -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -o elf2rom.o elf2rom.c
elf2rom.c:3:10: fatal error: libelf.h: No such file or directory
#include <libelf.h>


Almost ready... just a few more step and I should have newRPL properly compiled.

Adrian Coto
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Compiling newRPL - acoto - 06-08-2018, 09:58 PM
RE: Compiling newRPL - acoto - 06-10-2018 09:47 PM
RE: Compiling newRPL - brickviking - 06-10-2018, 09:54 PM
RE: Compiling newRPL - acoto - 06-10-2018, 10:10 PM



User(s) browsing this thread: 1 Guest(s)