EmbeddedRPC / erpc

Embedded RPC
https://github.com/EmbeddedRPC/erpc/wiki
BSD 3-Clause "New" or "Revised" License
776 stars 213 forks source link

[BUG] Cant build erpc on aarch64. #431

Open mastaresplinter opened 3 months ago

mastaresplinter commented 3 months ago

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