|
Trying to compile android 6.0 image file
Posted at 6/18/2017 13:43:24
View:2802
|
Replies:2
Print
Only Author
[Copy Link]
1#
Following this guide: http://wiki.t-firefly.com/index. ... 99/Build_android/en
when i run
- <pre>cd ~/proj/firefly-rk3399/
- ./FFTools/make.sh -j8</pre>
Copy the code it gives me the following error and does not complete:
- clang: error: linker command failed with exit code 1 (use -v to see invocation)
- build/core/host_shared_library_internal.mk:51: recipe for target 'out/host/linux-x86/obj32/lib/libart.so' failed
- make: *** [out/host/linux-x86/obj32/lib/libart.so] Error 1
Copy the code More of the output from compiler:
https://pastebin.com/GV25kPu2
As far as i can tell I am missing this libart.so file, however I have not made any changes since downloading the source code.
how do i fix this error?
|
|