masayuki2009 commented on issue #2366: URL: https://github.com/apache/incubator-nuttx/issues/2366#issuecomment-731731581
@btashton Perhaps, I found the root cause. Actually, ```nucleo-.h743zi:otg_fs_host``` uses FPU but it was not detected by the nuttx-gdbinit script. Currently, it just checks the symbol named ```fpuconfig``` but ```stm32_fpuconfig``` was used instead. For the interim solution, could you try it by replacing fpuconfig with stm32_fpuconfig? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org