jadonk / rowboat

Automatically exported from code.google.com/p/rowboat
0 stars 0 forks source link

Build error with rowboat-gingerbread-ti81xx-mc-dsp.xml #139

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Download source following 
http://code.google.com/p/rowboat/wiki/TI81xxWithMultimediaAcceleration
2. Build using "make TARGET_PRODUCT=ti816xevm OMAPES=6.x"
3.

What is the expected output? What do you see instead?
Compilation should be completed successfully. Instead I am getting following 
error:

=============================================================
target Non-prelinked: netcfg 
(out/target/product/ti816xevm/symbols/system/bin/netcfg)
Install: out/target/product/ti816xevm/system/bin/netcfg
target Prelink: libnl (out/target/product/ti816xevm/symbols/system/lib/libnl.so)
build/tools/apriori/prelinkmap.c(168): library 'libnl.so' not in prelink map
make: *** [out/target/product/ti816xevm/symbols/system/lib/libnl.so] Error 1
=============================================================

What version of the product are you using? On what operating system?
I am using "rowboat-gingerbread-ti81xx-mc-dsp.xml" manifest and building source 
on Ubuntu 10.04

Please provide any additional information below.

Original issue reported on code.google.com by krunal9...@gmail.com on 4 Dec 2011 at 7:03

GoogleCodeExporter commented 9 years ago
It looks like  apatch is missing in this branch. You can sole this error like 
this..

$ cd <rowboat sources>/build
$ git cherry-pick 43a7302

This should add the following commit to your sources and build should work:
43a7302 prelink-linux-arm: add libnl to prelink map

Original comment by vishvesh...@aim.com on 5 Dec 2011 at 6:20

GoogleCodeExporter commented 9 years ago
Thanks. I managed to get it compiled with this patch.

Original comment by krunal9...@gmail.com on 5 Dec 2011 at 6:51

GoogleCodeExporter commented 9 years ago

Original comment by vishvesh...@aim.com on 1 Jul 2013 at 11:25