Re: Building PilBox

2017-04-02 Thread Erik Gustafson
Hi Alex, > https://developer.android.com/studio/index.html Yes, I downloaded it from there. Ok, cool. I believe you can just unpack the tar ball and then "import" it into a new project. Sounds simple enough, I think my lack of experience with the Android ecosystem is the culprit here.

Re: Building PilBox

2017-04-02 Thread Alexander Burger
On Sun, Apr 02, 2017 at 11:09:05AM -0500, Erik Gustafson wrote: > How are you getting the Android Studio SDK (referred to as '../Sdk/' in the > README)? I tried getting it from > > https://developer.android.com/studio/index.html Yes, I downloaded it from there. I don't remember the exact

Re: Building PilBox

2017-04-02 Thread Erik Gustafson
Hmm... How are you getting the Android Studio SDK (referred to as '../Sdk/' in the README)? I tried getting it from https://developer.android.com/studio/index.html but it did not have the expected directory structure and I could not find 'make_standalone_toolchain.py'. I also tried using the

Re: Building PilBox

2017-04-02 Thread Alexander Burger
He Erik, > preparing the toolchain, but './mk.arm64.linux' fails with the following > (abridged) error messages: > >../../toolchain/bin/clang38: error while loading shared libraries: > libncurses.so.5: no such file This makes absolutely no sense to me. Ncurses should not be needed anywhere