fdcavalcanti commented on PR #17236: URL: https://github.com/apache/nuttx/pull/17236#issuecomment-3670242435
> > Hi @Laczen > > step used for our CI only for esp32 example > > `./tools/configure.sh -l -S esp32-devkitc:nsh` > > -S adds the nxtmpdir folder for third-party packages. > > [nuttx/tools/configure.sh](https://github.com/apache/nuttx/blob/201406b22b8035763fe81752aad71a1fba394ee8/tools/configure.sh#L35) > > Hi @simbit18, thanks for the reply. I am doing the following: > > ``` > make distclean > ./tools/configure.sh -l -S esp32-devkitc:nsh > make -j 8 --> downloads the repository (almost nothing is added to nxtmpdir/esp-hal-3rdparty: only a tools folder with a script called extract_idf_components.sh). > make distclean > ./tools/configure.sh -l -S esp32-devkitc:nsh > make -j 8 --> downloads the repository again > ``` > > So I think that it is needed to perform an extra step. Set the environment variable NXTMPDIR to "../nxtmpdir" and try again. Something like `NXTMPDIR=../ make -j8` -- 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]
