Open unwiredben opened 5 years ago
I tried to use the attribute((constructor)) to force my sin table init code to run before main(), but alas, the elf loader doesn't seem to process those. I might fix this, filing so I remember to look into this.
Note that you can also do this outside of the elf loader by calling the constructors in apps-sdk/gloss/app_start.c .
I tried to use the attribute((constructor)) to force my sin table init code to run before main(), but alas, the elf loader doesn't seem to process those. I might fix this, filing so I remember to look into this.