I just want to write a program that just starts and ends without a segmentation error.
If I just write the function int _start() { return 0;} then I get a segmentation error, as far as I understand it in Google, I need to correctly complete the program (a couple of lines in assembler), but what should be the lines for the arm (I'm with the arm of the laptop)?