You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: