Re: Linux port progress
Brian de Alwis <[email protected]> Sat, 8 Dec 2007 22:48:23 -0800 (PST)
| Newsgroups | gmane.comp.lang.smalltalk.strongtalk |
|---|---|
| Message-ID | <[email protected]> |
That's great news Stephen, and I'll look forward to those changes. I've managed to get the VM compiled and running on NetBSD with relatively few changes. With the image you provided on sendspace, the VM starts, the image loads and from tracing I can see ST code running. So that's good news. If I start the VM with `-script test.dlt', I get a walkback from trying to resolve libc.so.6 -- UnixPlatform should probably just reference libc.so. And the references to __fxstat in UnixFileDescriptor and the offsets in StatBuffer. Perhaps the easiest solution in the long run is to push the file stuff as prims rather than loading from libc? I get the same results if I try running any other script. Unfortunately I only get the top 20 stack frames so I can't see where exactly this is coming from. I've tried setting StackPrintLimit=40 but to no avail. Brian. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Strongtalk-general" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/strongtalk-general?hl=en -~----------~----~----~----~------~----~------~--~---