stephane / libmodbus

A Modbus library for Linux, Mac OS, FreeBSD and Windows
http://libmodbus.org
GNU Lesser General Public License v2.1
3.42k stars 1.74k forks source link

Cross-compile powerpc #338

Closed albertomloz closed 8 years ago

albertomloz commented 8 years ago

libmodbus version

3.0.6

Operating system

Linux

Hi,

Trying to crosscompile for powerpc using ./configure --host=powerpc I got the error: ./configure: line 574: .: filename argument required .: usage: . filename [arguments]

But I don´t know what file it´s asking about. Also tried to set the variables CXX, CPP... but didn´t help.

Could you please tell me what I am missing? What file it is asking for?

Thanks in advance, Alberto

stephane commented 8 years ago

May be you can remove current ./configure and regenerate it with ./autogen.sh.

You can try v3.1.3 that uses a more modern version of autotools.