EQL5-Android | Common Lisp for Android App Development 2018
.
The step 2 is to “build cross-compiled ECL for Android”. It should have been straightforward to follow the instructions in the README page of the EQL5-Android project.
However, when trying to run the command ./1-make-ecl-host.sh
, I got the following error messages:
The error was caused by the fact that my Ubuntu 18.04’s 64-bit gcc toolchain could not compile any source code to create 32-bit executables.
The solution is to run the following command to install the 32-bit gcc toolchain first:
sudo apt-get install g++-multilib libc6-dev-i386
— Me@2018-12-25 09:51:02 PM
.
.
2018.12.25 Tuesday (c) All rights reserved by ACHK
You must be logged in to post a comment.