fasm_example_64 icon indicating copy to clipboard operation
fasm_example_64 copied to clipboard

Is need to fix the Makefile content by linux distros

Open catafest opened this issue 6 years ago • 0 comments

Is need to fix the Makefile content by linux distros

$ make
cc   hello64.o   -o hello64
/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crt1.o: In function `_start':
(.text+0x20): undefined reference to `main'
collect2: error: ld returned 1 exit status
<builtin>: recipe for target 'hello64' failed
make: *** [hello64] Error 1

catafest avatar Oct 17 '19 10:10 catafest