xiaoxiang781216 commented on PR #2026: URL: https://github.com/apache/nuttx-apps/pull/2026#issuecomment-1730783024
> I rebased my repo and it reported: > > ``` > git status > On branch dynload-fix > Your branch is up to date with 'origin/dynload-fix'. > > Untracked files: > (use "git add <file>..." to include in what will be committed) > gpsutils/ > > nothing added to commit but untracked files present (use "git add" to track) > ``` > > I then remade nuttx after configuring for sim:sotest32 and get: > > ``` > /Users/neale/Wilderness/nuttx-build/apps/gpsutils/Kconfig:9: can't open file "/Users/neale/Wilderness/nuttx-build/apps/gpsutils/minmea/Kconfig" > ``` do you fetch both git(nuttx and apps) and rebase to the last master? A recent change move minmea from apps/gpsutils/ to nuttx/libc/minmea: https://github.com/apache/nuttx-apps/pull/1234 https://github.com/apache/nuttx/pull/9954 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
