- Joined
- Apr 29, 2020
- Messages
- 144
- Likes
- 167
Great work keep it up! I really dig the approach of using the latest generation console controllers with a Wii, it goes beyond portablizing! Can't wait to see the prototype



What I had to do to get this far is mix old and new versions of things. Basically on Jackson's github it says he used make commands like "make flash" which are commands that only work with GNU make, while I'm trying to use CMake. So I took an existing hello-world example, replaced the c files with Jackson's files and compiled it. Which gives these errors. Perhaps it's just a matter of placing the c files into an example project that uses btstack instead of a plain hello-world example. Or I use the latest version of esp-idf and its Legacy GNU support, although I haven't figured out how that works yet.. We'll see

Or I use the latest version of esp-idf and its Legacy GNU support, although I haven't figured out how that works yet..