zdebanos commented on PR #3154: URL: https://github.com/apache/nuttx-apps/pull/3154#issuecomment-3184292519
I also forgot to mention one problem I've come accross. I've found out that the $(AR) variable in the nuttx build system is set to `ar rcs` on Unix. Shouldn't it be rather `ar`, only? Currently in this commit, `ar` is used directly. But that makes it compatible only with Unix. What do you think? The simplest fix is to create a new variable $(ARX), which will be `ar x` and $(AR) just stays `ar rcs`, so we don't break anything. -- 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 For queries about this service, please contact Infrastructure at: us...@infra.apache.org