06-16-2023, 05:29 AM
Awesome work!! and just to say I just this minute got it all working
There were quite a few tweeks required, and somewhere I have tracked most of them. But I made the mistake of trying to place the phone-app folder within the nuttx/apps/.../demo tree. So although I got the WASM part running after a few hours, the pinephone-app part took a bit longer to figure out hosting it outside the nuttx directories and adjusting lots of paths and the ../../includes. Then the final build trick of delete the .o, build the nuttx, build the phone app, then build the nuttx again, and finally deploy. So you did some amazing work, thank you, and well done figuring all that out! I'll try and post back the rest of my tweeks, it is a bit of a mess after all that, but I already delayed my weekend start to crack the last issue (adding a couple dummy exports for __stack_chk_fail and __stack_chk_guard). But now I can look forward to further exploring lvgl with nuttx. SVG icons and WiFi connectivity are probably top of my list
Cheers, Peter

