coronalabs / submodule-platform-linux

Linux platform implementation. This is submodule of Corona repository.
6 stars 3 forks source link

build_template.sh on a Macintosh #3

Closed Larpoux closed 5 years ago

Larpoux commented 5 years ago

On a Macintosh:

$ cd corona/platform/linux
$ ./build_template.sh

Gives the following error: Status: Downloaded newer image for coronalabs/linux_builder:latest docker: Error response from daemon: invalid mount config for type "bind": bind source path does not exist: /Users/larpoux/RPiBuildTools. See 'docker run --help'. $

Shchvova commented 5 years ago

It's basically an unpacked raspbian image used as sysroot for crosscompilation, you can find here: https://drive.google.com/open?id=1ZysxJdDg-XgU3-jshxUPSewTqBYeA7Qq

I would suggest commenting out raspbian related stuff from build_template and build_template_linux