Hi,
I’m working on some an extension that requires compiling C++. I was wondering if there are any tips for the easiest development environment?
Related to that, I’m also having a hard time getting a sense of all the options and some challenges with each. Here are some questions:
- The
pxt-microbit
repo mentions bothyotta
and Docker. Isyotta
still usable? If so, what combo of switches/variables? -
pxt build --local
seems promising, but it has been really slow.- Also, how do I specify DAL vs. CODAL?
-
pxt serve --local
seems to take a long time for compilation and doesn’t dump (compilation) error messages to the console. Am I missing a verbose flag? - Is there an easy way to browse the complete set of source/includes available during compilation?
Any assistance or pointers are greatly appreciated,
Bill