rooneypark / naclports

Automatically exported from code.google.com/p/naclports
0 stars 0 forks source link

Unable to compile anything; C compiler cannot create executables #87

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
http://paste.ubuntu.com/6219887/

On a completely clean AWS instance with Pepper Canary, I can't reproduce 
building of anything? Is there another dependency I need, or is something wrong 
in the Makefile that got kicked around? 

Original issue reported on code.google.com by moocow1...@gmail.com on 10 Oct 2013 at 9:38

GoogleCodeExporter commented 9 years ago
For the X86 and ARM compilers you will need the 32-bit runtime installed, even
when running on x86-64.   The "No such file or directory" error is a rather bad
way of tell you that the 32-bit dynamic loader is missing (I think).

Original comment by sbc@chromium.org on 10 Oct 2013 at 10:23

GoogleCodeExporter commented 9 years ago
I actually added a test for this to SDK updater recently but i looks like it 
hasn't make it into a published updater yet:

https://codereview.chromium.org/16410018

Original comment by sbc@chromium.org on 10 Oct 2013 at 10:27

GoogleCodeExporter commented 9 years ago

Original comment by sbc@google.com on 23 Oct 2013 at 1:11