Hi Jose,
>From the error messages, I can't say where the dependency on clat comes
from. In the worst case, you should grep through all the *.mk files for
clat.
Some of the dependencies are listed explicitly in Android.mk files in
the PRODUCT_PACKAGES variable. If it's listed there, you could just
remove it and see if the rest builds.
Best regards
Thomas
On 17.03.2014 17:34, Jose Vidal wrote:
> Hi Thomas,
>
> I patched the socket.h according Gabriele's help.
>
> About the clat, when I leave it out, I have the next message:
>
> =================
>
> mkdir -p out/target/product/arm2_6dq/obj/DATA/sources.xml_intermediates
> python /home/jvidal/Projects/imx_fos100/B2G/gonk-misc/add-revision.py
> --b2g-path . \
> --tags .repo/manifest.xml --force --output
> out/target/product/arm2_6dq/obj/DATA/sources.xml_intermediates/sources.xml
> ./external/android-clat
> (/home/jvidal/Projects/imx_fos100/B2G/external/android-clat) was not found
> Traceback (most recent call last):
> File "/home/jvidal/Projects/imx_fos100/B2G/gonk-misc/add-revision.py", line
> 156, in <module>
> main()
> File "/home/jvidal/Projects/imx_fos100/B2G/gonk-misc/add-revision.py", line
> 153, in main
> only_annotated=options.only_annotated)
> File "/home/jvidal/Projects/imx_fos100/B2G/gonk-misc/add-revision.py", line
> 103, in add_revision
> commit_id = find_rev(fs_path)
> File "/home/jvidal/Projects/imx_fos100/B2G/gonk-misc/add-revision.py", line
> 54, in find_rev
> return git_op(['git', 'rev-parse', 'HEAD'], path=path)
> File "/home/jvidal/Projects/imx_fos100/B2G/gonk-misc/add-revision.py", line
> 33, in git_op
> raise MissingRepositoryException("Missing the %s repository" % path)
> __main__.MissingRepositoryException: Missing the ./external/android-clat
> repository
> make: ***
> [out/target/product/arm2_6dq/obj/DATA/sources.xml_intermediates/sources.xml]
> Error 1
>
> =========================
>
> Thanks in advance.
>
> Regards.
>
> jvidalsm
> _______________________________________________
> dev-b2g mailing list
> [email protected]
> https://lists.mozilla.org/listinfo/dev-b2g
>
_______________________________________________
dev-b2g mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-b2g