C++ Compiler support on STM32MPU
Hi,
I would like to compile a user space c++ application on the STM32MP157C-DK2. Is it possible to install GCC or G++ on the board?
I tried installing them via apt-get but seems like there is not any package with name gcc or g++.
How can i install it and how do i make sure it is up and running ?
I know we can use Yocto SDK to compile and transfer the code on to the board via SCP. But here i specifically want to compile it on board itself.
Any leads will be highly appreciated.
