You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
I checked if there is no related issue opened/closed.
I checked that there doesn't exist opened PR which is solving this issue.
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: