Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mihini-dev] Problem compiling modbusserial following instructions

Hi,

I followed the instructions to install Mihini on a RaspberryPi from:

http://wiki.eclipse.org/Mihini/Run_Mihini_on_an_Open_Hardware_platform#Run_the_compilation

Everything works fine until:

------------snip-----------

Run the compilation

...

$ make modbusserial

----------snip-------------

Probably it shouldl be: 

make modbus_serial

But even trying to make modbus_serial,  I received the following error:

---------snip----------------
[100%] Building C object luafwk/serialframework/CMakeFiles/modbus_common.dir/modbus/lua_modbus_serializer.c.o
In file included from /home/pi/mihini-repo/luafwk/serialframework/modbus/lua_modbus_serializer.c:12:0:
/home/pi/mihini-repo/luafwk/serialframework/modbus/ls: lua_serial_fwk.h: Datei oder Verzeichnis nicht gefunden
compilation terminated.
make[3]: *** [luafwk/serialframework/CMakeFiles/modbus_common.dir/modbus/lua_modbus_serializer.c.o] Fehler 1
make[2]: *** [luafwk/serialframework/CMakeFiles/modbus_common.dir/all] Fehler 2
make[1]: *** [luafwk/serialframework/CMakeFiles/modbus_serial.dir/rule] Fehler 2
make: *** [modbus_serial] Fehler 2
--------snip--------------


Sorry for german mixed in: ("Datei oder Verzeichnis nicht gefunden" = file or folder not found, "Fehler" = Error) 
I know that Mihini is under development, but I'm keen to get my hands on Mihini to try it out...

Do you have a clue what I did wrong?

Thanks 
Jan

P.S.: I wasn't sure if the mailing list is the right medium to address this issue. Please advice if there are other ways to address those kind of issues.

Back to the top