Octavian-Zhang
Results
2
issues of
Octavian-Zhang
There's a typo in the example CMakeLists.txt files, see from the GCC manual there's no `--gc-section` option, the correct one should be `--gc-sections`: https://gcc.gnu.org/onlinedocs/gnat_ugn/Compilation-options.html
1. allow comments to sections (code change on line 108) 2. trim comments on the same line with key-value pair 3. code generation ready, for C/C++ embedded deployment Test with...