zouboan opened a new issue, #11109: URL: https://github.com/apache/nuttx/issues/11109
Hi: I haven't tested NuttX in a long time. Today I updated my local branch to master branch, but i was surprised to find that the compilation failed. The compilation log is as follows: ` zouboan@mini:~/d/FeedForward/nuttx$ tools/configure.sh stm32f4discovery:nsh Copy files install: setting permissions for ‘/home/zouboan/d/FeedForward/nuttx/tools/../defconfig’: Operation not permitted Failed to backup /home/zouboan/d/FeedForward/nuttx/tools/../boards/*/*/stm32f4discovery/configs/nsh/defconfig zouboan@mini:~/d/FeedForward/nuttx$ zouboan@mini:~/d/FeedForward/nuttx$ zouboan@mini:~/d/FeedForward/nuttx$ sudo tools/configure.sh stm32f4discovery:nsh[sudo] password for zouboan: No configuration change. zouboan@mini:~/d/FeedForward/nuttx$ zouboan@mini:~/d/FeedForward/nuttx$ zouboan@mini:~/d/FeedForward/nuttx$ make sed: preserving permissions for ‘/home/zouboan/d/FeedForward/nuttx/sedkOIREX’: Operation not permitted /usr/bin/bash: line 1: tools/mkconfig: No such file or directory make: *** [tools/Unix.mk:254: include/nuttx/config.h] Error 127 zouboan@mini:~/d/FeedForward/nuttx$ zouboan@mini:~/d/FeedForward/nuttx$ sudo make /usr/bin/bash: line 1: tools/mkconfig: No such file or directory make: *** [tools/Unix.mk:254: include/nuttx/config.h] Error 127 zouboan@mini:~/d/FeedForward/nuttx$ zouboan@mini:~/d/FeedForward/nuttx$ zouboan@mini:~/d/FeedForward/nuttx$ make distclean gcc: error: unrecognized command-line option ‘-mfloat-abi=soft’ gcc: error: unrecognized command-line option ‘-mfloat-abi=soft’ Makefile:22: chip/Make.defs: No such file or directory make[1]: *** No rule to make target 'chip/Make.defs'. Stop. make: *** [tools/Unix.mk:748: arch/arm/src_clean] Error 2 ` Anyone who can give me some advice? thanks! -- 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. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org