Hi,
when we try to build and compile this project in ubuntu 24.04.01, we getting this error.
we don't have a proper documentations for build this code.
we facing issues since last week. things we required.
- what are all the prerequisites and predependency files are required to build this.
- Configuration parameters.
- step by step guide documentations.
Our Hi-Link module is - HLK-7628N
From this line of the code is we are getting issue, even though as per C language this line is correct.
" define SIGSTKSZ 16384
#elif defined(HAVE_LIBSIGSEGV) && (SIGSTKSZ < 16384) "
"<command-line>: note: this is the location of the previous definition
In file included from /usr/include/signal.h:328,
from ./signal.h:52,
from c-stack.c:49:
c-stack.c:55:36: error: missing binary operator before token "("
55 | #elif defined(HAVE_LIBSIGSEGV) && (SIGSTKSZ < 16384)
| ^~~~~~~~
make[7]: *** [Makefile:1837: c-stack.o] Error 1
make[7]: Leaving directory '/home/linux-24/Hi-Link/7628n--openwrt/openwrt-sdk/build_dir/host/m4-1.4.17/lib'
make[6]: *** [Makefile:1602: all] Error 2
make[6]: Leaving directory '/home/linux-24/Hi-Link/7628n--openwrt/openwrt-sdk/build_dir/host/m4-1.4.17/lib'
make[5]: *** [Makefile:1506: all-recursive] Error 1
make[5]: Leaving directory '/home/linux-24/Hi-Link/7628n--openwrt/openwrt-sdk/build_dir/host/m4-1.4.17'
make[4]: *** [Makefile:1461: all] Error 2
make[4]: Leaving directory '/home/linux-24/Hi-Link/7628n--openwrt/openwrt-sdk/build_dir/host/m4-1.4.17'
make[3]: *** [Makefile:31: /home/linux-24/Hi-Link/7628n--openwrt/openwrt-sdk/build_dir/host/m4-1.4.17/.built] Error 2
make[3]: Leaving directory '/home/linux-24/Hi-Link/7628n--openwrt/openwrt-sdk/tools/m4'
make[2]: *** [tools/Makefile:158: tools/m4/compile] Error 2
make[2]: Leaving directory '/home/linux-24/Hi-Link/7628n--openwrt/openwrt-sdk'
make[1]: *** [tools/Makefile:156: /home/linux-24/Hi-Link/7628n--openwrt/openwrt-sdk/staging_dir/target-mipsel_24kec+dsp_uClibc-0.9.33.2/stamp/.tools_install_yynyynynynyyyyyyyyyynyyyyyyyynyyyynnyyynnyynnnyyyy] Error 2
make[1]: Leaving directory '/home/linux-24/Hi-Link/7628n--openwrt/openwrt-sdk'
make: *** [/home/linux-24/Hi-Link/7628n--openwrt/openwrt-sdk/include/toplevel.mk:173: world] Error 2 "
So, please help us to get out of this issue. Provide some valuable information's regarding this. your help will be appreciable.
Thanks in advance.