prevent NDK建造自动清洗模块 [英] Prevent ndk-build from automatically cleaning module

查看:148
本文介绍了prevent NDK建造自动清洗模块的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在我的当前设置(NDK R8C) NDK建造进行清洗步骤( V = 1 节目 RM 在行动),而不会发出洁净明确。 我想改变这种行为 - 我目前有连接问题,并(重新)编译的时间超过5分钟。我怎样才能做到这一点?

On my current setup (ndk r8c) ndk-build performs a clean step (V=1 shows rm in action) without issuing clean explicitly. I'd like to change this behavior - I'm currently having linking problems and (re-)compilation takes more than 5 minutes. How can I do this?

推荐答案

我想你是NDK华星R8C的错误。看到这个主题:<一href="http://$c$c.google.com/p/android/issues/detail?id=39810">http://$c$c.google.com/p/android/issues/detail?id=39810.您可以降级到previous NDK版本或应用建议的补丁。

I suppose you are fasing a bug of NDK r8c. See this thread: http://code.google.com/p/android/issues/detail?id=39810. You can downgrade to a previous NDK release or apply the suggested patch.

该补丁是改变单一线289 编译/核心/ definitions.mk

The patch is to change a single line 289 in build/core/definitions.mk from

$1: $$(__ndk_file_dir)

$1: | $$(__ndk_file_dir)

这篇关于prevent NDK建造自动清洗模块的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆