2008-10-01 05:03:54 problem building trunk
Servaes Joordens (NETHERLANDS)
Message: 62970
When building the trunk distribution with jffs2 enabled, I get the following errors.
I already tried make distclean, but that solved nothing
Servaes
errorlog.txt
QuoteReplyEditDelete
2008-10-01 09:00:50 Re: problem building trunk
Mike Frysinger (UNITED STATES)
Message: 62977
the error tells you the problem:
compr_lzo.c:29:23: error: lzo/lzo1x.h: No such file or directory
you need lzo installed on your system
QuoteReplyEditDelete
2008-10-01 10:46:55 Re: problem building trunk
Servaes Joordens (NETHERLANDS)
Message: 62988
Mike,
How do I do that?
Servaes
QuoteReplyEditDelete
2008-10-01 10:50:34 Re: problem building trunk
Mike Frysinger (UNITED STATES)
Message: 62989
i dont know what distro you're using, plus we dont maintain docs on distros
you can try this page, otherwise you'll have to review your distro's documentation on installing/maintaining packages:
http://docs.blackfin.uclinux.org/doku.php?id=installing_linux
QuoteReplyEditDelete
2008-10-01 10:53:57 Re: problem building trunk
Servaes Joordens (NETHERLANDS)
Message: 62990
Mike,
Do you mean in the kernel settings, or on the host-pc?
Servaes
QuoteReplyEditDelete
2008-10-01 10:59:50 Re: problem building trunk
Mike Frysinger (UNITED STATES)
Message: 62992
the error is from building mtd-utils to run on your host, not the target. the distribution already takes care of building lzo whenever it is needed on the target, but it wont do anything for your host.
QuoteReplyEditDelete
2008-10-01 11:02:12 Re: problem building trunk
Servaes Joordens (NETHERLANDS)
Message: 62994
Mike,
I enabled lzo on my host and the problem is solved.
Thanks