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
[13:18:59] Warning! Errors have occurred in the build:
/tmp/SASM/program.asm:6: error: expression syntax error
/usr/bin/ld: cannot find /tmp/SASM/program.o: No such file or directory
/usr/bin/ld: cannot find : No such file or directory
collect2: error: ld returned 1 exit status
[13:18:59] Before debugging you need to build the program.
The build is supposed to build hello.asm instead of program.asm
Reinstall SASM from the package or build SASM directly from the source won't solve the problem.
The text was updated successfully, but these errors were encountered:
Jim-215-Fisher
changed the title
SASM won't build simple hellow.asm file on Archlinux64
SASM won't build simple hello.asm file on Archlinux64
May 30, 2023
My system is Arch linux 64, my file is just a hello.asm The setting for SASM is as follows:
The build gives following:
The build is supposed to build hello.asm instead of program.asm
Reinstall SASM from the package or build SASM directly from the source won't solve the problem.
The text was updated successfully, but these errors were encountered: