[yocto] [meta-cgl][PATCH 2/3] cluster: Error Fix

Li Xin lixin.fnst at cn.fujitsu.com
Mon Dec 14 01:05:23 PST 2015


collect2: error: ld returned 1 exit status
ld: cannot find crtn.o: No such file or directory
ld: cannot find crtendS.o: No such file or directory

Signed-off-by: Li Xin <lixin.fnst at cn.fujitsu.com>
---
 meta-cgl-common/recipes-cgl/cluster/cluster_3.2.0.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-cgl-common/recipes-cgl/cluster/cluster_3.2.0.bb b/meta-cgl-common/recipes-cgl/cluster/cluster_3.2.0.bb
index d85f2b6..1c6e353 100644
--- a/meta-cgl-common/recipes-cgl/cluster/cluster_3.2.0.bb
+++ b/meta-cgl-common/recipes-cgl/cluster/cluster_3.2.0.bb
@@ -33,6 +33,8 @@ do_configure () {
         --without_bindings \
         --without_group \
         --without_config \
+        --without_common \
+        --without_dlm \
         2>&1
 }
 
-- 
1.8.4.2






More information about the yocto mailing list