Closed zouboan closed 1 year ago
why do you invoke configure.sh with sudo?
why do you invoke configure.sh with sudo?
Because there's an error:Operation not permitted. But a few months ago, there's no such error and it does not need sudo
Please remove sudo from your command.
Please remove sudo from your command.
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$
The problem lies in the unexpected modification of nuttx directory permissions, thanks for your advice
Hi: I haven't tested nuttx in a few months. Today I updated my local nuttx branch to master branch, but i was surprised to find that the compilation failed. The compilation log is as follows:
I'm sure there's no such problem a few months ago, and there's no changes to my toolchains. Anyone who can give me some advice? thanks!