Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

fail randoid-compile by mismatch entry_point #3

Copy link
Copy link
@GoogleCodeExporter

Description

@GoogleCodeExporter
Issue body actions
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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.