| Anonymous | Login | Signup for a new account | 2013-05-22 12:37 CEST | ![]() |
| Main | My View | View Issues | Change Log | Roadmap |
| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | |||||||
| 0005886 | OCaml | OCaml runtime system | public | 2013-01-12 17:15 | 2013-01-13 14:07 | |||||||
| Reporter | vouillon | |||||||||||
| Assigned To | meurer | |||||||||||
| Priority | normal | Severity | feature | Reproducibility | always | |||||||
| Status | resolved | Resolution | fixed | |||||||||
| Platform | OS | OS Version | ||||||||||
| Product Version | 4.00.1 | |||||||||||
| Target Version | Fixed in Version | 4.01.0+dev | ||||||||||
| Summary | 0005886: Small changes to compile for Android | |||||||||||
| Description | The following patch makes it possible to compile the native runtime and the unix library for Android. | |||||||||||
| Tags | No tags attached. | |||||||||||
| Attached Files | ||||||||||||
Notes |
|
|
(0008743) meurer (developer) 2013-01-12 18:00 |
Someone send me a similar patch to get the arm port to work on Android, but I haven't had the time to look into this until now. I was esp. confused by the lack of Unix signals? Which version of the NDK did you use? |
|
(0008744) vouillon (reporter) 2013-01-12 19:17 |
I'm using the Android NDK, Revision 8d. The issue is that the type ucontext_t is not defined (there is no sys/ucontext.h include file). This is planned to be added in the future: http://code.google.com/p/android/issues/detail?id=34784 [^] I have addded a better patch which includes a definition of the type. |
|
(0008746) meurer (developer) 2013-01-13 14:07 |
Patch looks good, and seems to work fine. Committed to trunk with revision 13225. |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2013-01-12 17:15 | vouillon | New Issue | |
| 2013-01-12 17:15 | vouillon | File Added: system.txt | |
| 2013-01-12 17:54 | meurer | Assigned To | => meurer |
| 2013-01-12 17:54 | meurer | Status | new => assigned |
| 2013-01-12 18:00 | meurer | Note Added: 0008743 | |
| 2013-01-12 19:17 | vouillon | File Added: patch.txt | |
| 2013-01-12 19:17 | vouillon | Note Added: 0008744 | |
| 2013-01-13 14:07 | meurer | Note Added: 0008746 | |
| 2013-01-13 14:07 | meurer | Status | assigned => resolved |
| 2013-01-13 14:07 | meurer | Fixed in Version | => 4.01.0+dev |
| 2013-01-13 14:07 | meurer | Resolution | open => fixed |
| Copyright © 2000 - 2011 MantisBT Group |