bitmonki/erlang4android

Hello World kaput

Opened this issue · 0 comments

What steps will reproduce the problem?
1. Coded up standard hello_world in erlang in hello.erl.
2. Save and run selectd.
3. In erlang shell typed >c(hello).
4. Received following error:

exception error: undefined function compile:file/2
   in function c:c/2 (c.erl, line 87).

What is the expected output? What do you see instead?
>{ok,hello}

So, first impression is c()\2 and not c()\1 as expected.

What is the second parameter?  This isn't a problem on my PC or LINUX boxes.  
Given the fault is so far through c.erl is this actually a problem with one of 
the background invocations?

Cheers,
A

Original issue reported on code.google.com by organicm...@gmail.com on 14 Oct 2014 at 11:53