how to install python submodule on stm32mpu
Hi
I used pip3 install python submodule.
The submodule inclued xxx.c files.
The install processing be use 'arm-ostl-linux-gnueabi-gcc' compiler tool, The processing be fail.
I can't find gcc-arm-aarch32-arm-none-linux-gnueabi tool for The STM32MPU157-DK2.
I find out tools are 'gcc-arm-aarch64-arm-none-linux-gnueabi', But it can't use on the STM32MPU157-DK2.
I use STM32-SDK provider comliler tools, it is don't working too.
The other question,
The other way, How to install python submodule in the linux kernel image?
