sseefried / docker-build-ghc-android

A Dockerfile to build a GHC 7.8.3 ARM cross compiler for Android development
58 stars 13 forks source link

Separate the cross compilation work from the Android work. #7

Closed seanparsons closed 9 years ago

seanparsons commented 9 years ago

This is probably the precursor to actually separating them and is more of a note for me to do it. I realised (after picking up my new Raspberry Pi) that it would be awesomely useful to have a docker file that does the cross compilation set up and another based on that which does the Android specific stuff on top of that.

seanparsons commented 9 years ago

On reflection I don't think this is really much of a thing.

sseefried commented 9 years ago

Sean, I'm still really keen to put that OpenGL app in. I've just been quite busy lately.

Could you tell me more about what you are using this docker image for? Something on a Raspberry Pi?

seanparsons commented 9 years ago

My thinking was that since this does all the work of getting an ARM cross compiler up and running for GHC in theory that means I could use it to build stuff for a Pi. I'm interested in this mostly because I want to build a little dashboard and would rather write it in Haskell. But previously when looking at building directly on the Pi it's virtually a non-starter because of the spec of it.