Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

在ubuntu环境下无法编译 #19

Closed
ckis opened this issue Jan 30, 2018 · 1 comment
Closed

在ubuntu环境下无法编译 #19

ckis opened this issue Jan 30, 2018 · 1 comment

Comments

@ckis
Copy link

ckis commented Jan 30, 2018

在win环境下编译是没问题的
在ubuntu环境下 android.mk中使用wildcard从而导致路径指向错误 这个小CASE就不劳大神了
但在编译interceptor-template-arm64.S时 大量报错

development/libmy/src/platforms/backend-arm64/interceptor-template-arm64.S:26:2: error: invalid instruction
stp q6, q7, [sp, #(616)]
^
development/libmy/src/platforms/backend-arm64/interceptor-template-arm64.S:27:2: error: invalid instruction
stp q4, q5, [sp, #(4
16)]
^
development/libmy/src/platforms/backend-arm64/interceptor-template-arm64.S:28:2: error: invalid instruction
stp q2, q3, [sp, #(2*16)]
^
..................................
以下省略

请问该如何解决呢?

我是准备放在安卓7.1.2源码环境下编译的 不知道有没有影响

@jmpews
Copy link
Owner

jmpews commented Jan 30, 2018

之前一直在 Windows 和 macOS 测试, 我一会找个 ubuntu 测试下.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants