ppisa commented on issue #18566: URL: https://github.com/apache/nuttx/issues/18566#issuecomment-5130231239
I have done experimet with [SuiTk](https://gitlab.com/pikron/sw-base/suitk/-/wikis/home) against current NuttX and Microwindows mainline. No change in SuiTk library has been required, only [change](https://gitlab.com/pikron/sw-base/suitk-examples/-/commit/d8bd337af78d29d29db216142d3f6520e2bd7682) in the [SuiTk Examples](https://gitlab.com/pikron/sw-base/suitk-examples) demonstration project has been moving of list of logdomains to the [separate library (with NuttX rules setup)](https://gitlab.com/pikron/sw-base/suitk-examples/-/commit/9900873d957d76173bbfc2c2bd2f6512d7b13fbb) as build of multiple applications and separation of their global variables when build in single address-space NuttX MMU-less mode would lead to multiple not correctly initialized copies. On NuttX side, there is need to solve storage of the components (as Microwindows) into exported archive and it seems that libgcc is missing in the exported CFLAGS. There is problem with `-fno-common` with SuiTk example as well, but it should be solved on SuiTk side in longer term. There are screenshots with monochrome style setup such, as the SuiTk has been used on infusion systems [Technic-I](https://www.rtems.org/applications/hardware/amv_technic_i/). The whole parting of XML scenarios descriptions loading of images, event connectors logic (signal slot equivalent) are running. <img width="326" height="266" alt="Image" src="https://github.com/user-attachments/assets/e2a0c4b5-23ab-4833-8e99-a61b95af7298" /> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
