I compile the nxp_rt105 in ubuntu using the following command
$ git submodule update --init
$ cd ports/nxp_rt105
$ make
but, I had got the following errors:
arm-none-eabi-gcc: error: unrecognized argument in option '-mcpu=cortex-m7'
make: *** [build-imxrtevk105x/genhdr/qstr.i.last] Error 1
I compile the nxp_rt105 in ubuntu using the following command
$ git submodule update --init $ cd ports/nxp_rt105 $ make
but, I had got the following errors: arm-none-eabi-gcc: error: unrecognized argument in option '-mcpu=cortex-m7' make: *** [build-imxrtevk105x/genhdr/qstr.i.last] Error 1