Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mihini-dev] Mihini Cross Compilation

Le 13/08/2013 16:49, mnerys@xxxxxxxxxx a écrit :
> make: *** [package] Error 1
> (problem! No .deb was generated)
> 
> Any other ideas?

Yes, I have the same issue here.

CPack needs that any installable module is made before the "make
package", and as Mihini has a lot of optionnal modules that we might
want in the final package, I had to make all this modules installable.

That's why you need to compile everything before beeing able to get your
.deb (witout any optional module, it is about 700K, and with all of
them, it is about 720K…)


To get my packages, I use :

$ make lua luac modbus_serializer modbus_serial modbus_tcp loader web
web_auth lib_modbus agent_provisioning agent_update_tools platformserver
all package

It may be overkill, but I have every module I need :/



Guilhem.


Back to the top