-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
What steps will reproduce the problem?
1. just try randoid-compile
2. got error
./obj/local/armeabi/objs/implement/implement.o: In function `android_main':
/tmp/usession-unknown-58/jni/implement.c:268: undefined reference to
`pypy_g_entry_point'
What is the expected output? What do you see instead?
pass
What version of the product are you using? On what operating system?
pass
Please provide any additional information below.
324c324
< pypy_g_entry_point( (void*)state ); /* implement.c */
---
> pypy_g_%s( (void*)state ); /* implement.c, entry_point */
440c440
< data = DROID_SHARED_INCLUDE + f.read() + DROID_NATIVE_WRAPPER
---
> data = DROID_SHARED_INCLUDE + f.read() + (DROID_NATIVE_WRAPPER %
ENTRY_POINT)
Original issue reported on code.google.com by ecm...@ecmaxp.pe.kr on 16 Nov 2011 at 12:54