- Joined
- Apr 29, 2020
- Messages
- 110
- Likes
- 135
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
After that, either someone tells me I'm a moron and need to do X and Y or I will need to update Jackson's code to use the latest version - or something. Which means learning how to do exactly that. 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..