I'm working from the tutorial at https://netbeans.apache.org/kb/docs/cnd/toolchain.html - as an aside, that tutorial has two tables that are scrambled - I've issued a pull request with a fix.
I can use my new toolchain under debug (run the project spawning a 2nd copy of NetBeans). I can create an NBM and get everything signed (self-signed), and that NBM downloads and installs, but I do not see my toolchain appear under Tools->Options->C/C++ ->Build Tools after installing the NBM, only when running under debug. My ritual is that I: - uninstall the NBM and restart NetBeans - remove the NBM from downloads - Clean and Build the toolchain project - Generate NBM - Download and Install the NBM in Tools->Plugins->Downloaded->Add Plugins - Open Tools->Options->C/C++ and press "Restore Defaults" I am expecting my toolchain to now show up under "Tool Collection:" I'm working with NetBeans version 12.4 under Windows (tried it on both 32 and 64-bit). I add the 8.2 plugin portal and install C/C++ I have MinGW installed and use that as my primary toolchain: my toolchain is based on MinGW. I've uploaded my source code to https://github.com/rick3ry/BorlandToolchain
