gem5-users@gem5.org

The gem5 Users mailing list

View all threads

RISCV build failure

RK
Robert Kingsly
Sun, Nov 12, 2023 10:15 AM

While building for RISCV, getting the following error. Wondering what's the issue?
{standard input}: Assembler messages:{standard input}:9820: Warning: end of file not at end of a line; newline inserted{standard input}:10274: Error: unknown pseudo-op: `.lbi1'{standard input}: Error: open CFI at the end of file; missing .cfi_endproc directiveg++: fatal error: Killed signal terminated program cc1pluscompilation terminated.scons: *** [build/RISCV/arch/riscv/linux/se_workload.o] Error 1scons: building terminated because of errors.______
regardsRobert K

While building for RISCV, getting the following error. Wondering what's the issue? ___________________________________________________{standard input}: Assembler messages:{standard input}:9820: Warning: end of file not at end of a line; newline inserted{standard input}:10274: Error: unknown pseudo-op: `.lbi1'{standard input}: Error: open CFI at the end of file; missing .cfi_endproc directiveg++: fatal error: Killed signal terminated program cc1pluscompilation terminated.scons: *** [build/RISCV/arch/riscv/linux/se_workload.o] Error 1scons: building terminated because of errors._________________________________________________________ regardsRobert K
B
bbruce@ucdavis.edu
Mon, Nov 13, 2023 2:06 PM

Getting this error is normally a side-effect of not having enough RAM. We 12GB or more to compile gem5 safely.

Getting this error is normally a side-effect of not having enough RAM. We 12GB or more to compile gem5 safely.