Hi Anton
Thanks for the reply. Please see my queries below,
1. Is there a way I can only use the stdlibc++ and not use the entire Embox ecosystem. This way I don't have to deviate much from using standalone opencv and use the same arm-none-eabi-gcc and just link your specially build lib with posix support?
2. What's the easiest way to modify the existing templates in Embox to change and add my own compiler flags. I'm asking about which file should I edit to add -mcpu, -mfloat-abi, etc., Because my MCU's architecture is not cortex-m but cortex-r.
Thanks