Normally errors like this are because you've run out of memory when
building gem5. If you're building with threads, reduce the number of
threads you're using. I normally recommend building on systems with 6GB+ to
be safe.

--
Dr. Bobby R. Bruce
Room 3050,
Kemper Hall, UC Davis
Davis,
CA, 95616

web: https://www.bobbybruce.net


On Mon, Apr 17, 2023 at 3:49 PM Jonathan Kang via gem5-users <
gem5-users@gem5.org> wrote:

> I’m trying to compile the ARM gem5 model:
>
>
>
> # python3 /usr/bin/scons build/ARM/gem5.opt
>
>
>
> However, I’m getting this error:
> {standard input}: Assembler messages:
>
> {standard input}:135661: Warning: end of file not at end of a line;
> newline inserted
>
> {standard input}:135860: Error: unknown pseudo-op: `.l'
>
> {standard input}: Error: open CFI at the end of file; missing .cfi_endproc
> directive
>
> g++: fatal error: Killed signal terminated program cc1plus
>
> compilation terminated.
>
> scons: *** [build/ARM/enums/ArmPciIntRouting.o] Error 1
>
>
>
> Any idea what could be happening?
> _______________________________________________
> gem5-users mailing list -- gem5-users@gem5.org
> To unsubscribe send an email to gem5-users-le...@gem5.org
>
_______________________________________________
gem5-users mailing list -- gem5-users@gem5.org
To unsubscribe send an email to gem5-users-le...@gem5.org

Reply via email to