raiden00pl commented on PR #11423: URL: https://github.com/apache/nuttx/pull/11423#issuecomment-1863210185
according to the first failure reported by CI https://github.com/apache/nuttx/actions/runs/7265338667/job/19794901605?pr=11423#step:7:75, you can try compile this locally: ``` ./tools/configure.sh sama5d4-ek/nxwm ``` this reports error and that's why CI fails: ``` warning: the default selection USE_AT25EE_EEPROM_BLOCK_SIZE (undefined) of <choice> (defined at drivers/mtd/Kconfig:446) is not contained in the choice make: *** [tools/Unix.mk:688: olddefconfig] Error 1 ``` CI doesn't report errors and warnings related to Kconfig at all, so usually if for some reason CI fails - the problem is in Kconfig. It sucks, but no one has been willing to fix it yet :) -- 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]
