forked from micropython/micropython
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Milestone
Description
Hello! I am attempting to add an option into the gcc call that CircuitPython uses to compile one of the modules. I am working to include a separate shared library for wrapping C++ into C for use in CircuitPython, and this requires citing a .so file that was generated with g++ when calling gcc. Is this possible, and if so, where do the gcc file falls live? I found .p files that are automatically generated when I attempt to build a board, but I’m not sure if these include the gcc call.