![]() |
Android Compile error: "/bin/bash: @AR@: command not found" - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32) +--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93) +---- Forum: Android Development (https://forum.kodi.tv/forumdisplay.php?fid=184) +---- Thread: Android Compile error: "/bin/bash: @AR@: command not found" (/showthread.php?tid=304320) |
Compile error: "/bin/bash: @AR@: command not found" - vel2000 - 2017-01-17 Environment: Ubuntu 16.04.1 in Vmware Android ARM Toolchain Latest Android SDK Android NDK r12b Dependencies and binary addons compiled fine. I did a git pull today (17.1.2017) and tried to compile everything. I used the configuration, which worked since many builds. I also tried this: (2017-01-06, 10:52)wsnipex Wrote: we switched to cmake, docs haven't been updated yet. Use:But it always throws the following errors: Code: bill@bill-virtual-machine:~/kodi-krypton$ make Any ideas? thanks in advance RE: Compile error: "/bin/bash: @AR@: command not found" - wsnipex - 2017-01-17 need more info. Full log starting from make -C tools/depends/target/cmakebuildsys also tools/depends/Makefile.include and tools/depends/target/Toolchain.cmake and please use pastebin, do not post the logs inline here RE: Compile error: "/bin/bash: @AR@: command not found" - vel2000 - 2017-01-18 Here are the logs you've requested: " make -C tools/depends/target/cmakebuildsys" http://pastebin.com/ifUpQncR " tools/depends/Makefile.include" http://pastebin.com/3NZFqcij " tools/depends/target/Toolchain.cmake" http://pastebin.com/SQwgLvLd RE: Compile error: "/bin/bash: @AR@: command not found" - wsnipex - 2017-01-18 looks correct, although this is not a clean build dir. You might want to delete /home/bill/kodi-krypton/build and run make -C tools/depends/target/cmakebuildsys again. now run build kodi with make VERBOSE=1 | tee build.log if it fails, pastebin build.log RE: Compile error: "/bin/bash: @AR@: command not found" - vel2000 - 2017-01-19 same error. Pastebin build.log: http://pastebin.com/GJTmwsRR RE: Compile error: "/bin/bash: @AR@: command not found" - vel2000 - 2017-01-21 Ok, I started from scratch and Kodi compiles now. But: just running make -C tools/depends/target/cmakebuildsys instead of make -C tools/depends/target/xbmc/ is not enough, because there are no makefiles created. |