prevent NDK建造自动清洗模块模块、prevent、NDK

2023-09-07 08:49:06 作者:不爱请闪开

在我的当前设置(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的错误。看到这个主题: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)