ζ make [19e1db3f97]
sed: 1: "/Volumes/Storage/Synolo ...": invalid command code S
make: *** [version_info] Error 1
thanks patacongo, i will try it follow your tips
thanks patacongo, i will try it follow your tipsI hope that you can find the problem. Otherwise, I will have to revert the commit. It is more important that NuttX builds correctly on macOS than to have this feature.
Best to solve the problem.
I have a Mac, I'll take a look today... We'll fix it.
Thanks, David!
Greg
Please post more lines from the error output. It's not clear to me where or why this is failing, except there appears to be a problem invoking the 'sed' utility.
"The major problem is that the MacOS coreutils are FreeBSD-based while the utilities you are used to are most likely from the GNU project. The FreeBSD coreutils are not always compatible with the GNU coreutils. There are performance and behavioral differences between the GNU and FreeBSD versions of sed, grep, ps, and other utilities."
thanks patacongo, i will try it follow your tipsI hope that you can find the problem. Otherwise, I will have to revert the commit. It is more important that NuttX builds correctly on macOS than to have this feature.
I think I know a simple way to fix this. Let me give it a try.