I wonder how it is possible to create custom frameworks? I'd like to port a few of mine that I created many years ago on Mac. I use -noixemul and somehow startup.o is in the mix that requires a main function to be present. But I suppose there is more to a framework?
The only thing you can do for the time being is make them static linklibs, unfortunately. I've never gotten to finishing up the framework glue so that it could go into the SDK.