This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit fc81bb8b36984b40cb6ff9821779b03628edf672 Author: haopengxiang <[email protected]> AuthorDate: Fri Nov 4 11:30:33 2022 +0800 nuttx: increase MAX_BUFFER to 10240 for CI build 01:28:16 ERROR: CFLAG string is too long [8194/8192]: '-nostdinc++' '-fno-exceptions' '-fcheck-new' '-std=c++17' '-pipe' '-Os' '-fno-strict-aliasing' '-fomit-frame-pointer' '-fstack-protector-all' '-mthumb' '-Wa,-mthumb' '-Wa,-mimplicit-it=always' '-fno-common' '-Wall' '-Wshadow' '-Wundef' '-ffunction-sections' '-fdata-sections' '-g' '-mlittle-endian' '-march=armv8-m.main+dsp' '-mtune=cortex-m33' '-mfpu=fpv5-sp-d16' '-mfloat-abi=hard' '-isystem' '/home/work/ssd1/workspace/MiRTOS-Dev- [...] Signed-off-by: haopengxiang <[email protected]> --- tools/mkdeps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/mkdeps.c b/tools/mkdeps.c index b3394cef03..90ee827b0a 100644 --- a/tools/mkdeps.c +++ b/tools/mkdeps.c @@ -44,7 +44,7 @@ * Pre-processor Definitions ****************************************************************************/ -#define MAX_BUFFER (8192) +#define MAX_BUFFER (10240) #define MAX_EXPAND (2048) #define MAX_SHQUOTE (4096)
