When building ERPC using the make file on aarch64 Bullseye 64-bit, the build gets into an infinite loop of some kind and can't finish building. When running make in debug mode it gets stuck at this line:
Live child 0x558341daf0 (/home/rtl/repos/erpc/Release/Linux/erpcgen/obj/Release/Linux/erpcgen/obj/erpcgen_lexer.o) PID 4389
To Reproduce
run make -d in the repo root on aarch64 Bullseye.
Expected behavior
The build should finish and output the built files
Screenshots
Desktop (please complete the following information)
OS: Bullseye 64-bit
eRPC Version: 1.13.0
Steps you didn't forgot to do
[x] I checked if there is no related issue opened/closed.
[x] I checked that there doesn't exist opened PR which is solving this issue.
Describe the bug
When building ERPC using the make file on aarch64 Bullseye 64-bit, the build gets into an infinite loop of some kind and can't finish building. When running make in debug mode it gets stuck at this line:
Live child 0x558341daf0 (/home/rtl/repos/erpc/Release/Linux/erpcgen/obj/Release/Linux/erpcgen/obj/erpcgen_lexer.o) PID 4389
To Reproduce
run
make -d
in the repo root on aarch64 Bullseye.Expected behavior
The build should finish and output the built files
Screenshots
Desktop (please complete the following information)
Steps you didn't forgot to do