Skip to main content

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

Hello Benjamin,

thanks for your support.
The tutorial for EclipseCon2013 looks very exciting. As I will not be able to join, I will try to do the set-up on my own.

I will report, if I encounter any problem.

Cheers
Jan



From: Benjamin Cabé <bcabe@xxxxxxxxxxxxxxxxxx>
To: Jan Speich <janspeich@xxxxxxxxx>; Mihini project developer discussions <mihini-dev@xxxxxxxxxxx>
Sent: Sunday, February 24, 2013 12:16 PM
Subject: Re: [mihini-dev] Problem compiling modbusserial following instructions

Hello Jan, and thanks a lot for taking time to get your hands on Mihini :)
The mailing-list is the preferred communication channel, so you're definitely in the right place!

I'm glad that Fabien already fixed your issue! :)

Do not hesitate to report your progress on the list, and to update the tutorial on the wiki if you encounter other typos (which you did, thanks!), etc…

Benjamin-- 


De : Jan Speich <janspeich@xxxxxxxxx>
Répondre à : Jan Speich <janspeich@xxxxxxxxx>, Mihini project developer discussions <mihini-dev@xxxxxxxxxxx>
Date : dimanche 24 février 2013 11:18
À : "mihini-dev@xxxxxxxxxxx" <mihini-dev@xxxxxxxxxxx>
Objet : [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