Ubuntu에서 컴파일한 후 STM 코드 오류

Ubuntu에서 컴파일한 후 STM 코드 오류

나는 팔로우하고 있다이것STm32MP157C-DK2 마이크로컨트롤러 설정을 위한 튜토리얼입니다. 기본적인 Hello World 프로그램을 만드는 단계에서는 프로그램을 컴파일하고 scp를 통해 STM에 업로드할 수 있습니다. 그런데 프로그램을 실행하려고 하면 다음과 같은 오류가 발생합니다. ./gtk_hello_world: line 1: syntax error: unterminated quoted string

이것이 왜 그런지에 대한 아이디어가 있습니까? 3단계의 코드를 붙여넣은 파일이 있습니다 Makefile. 도움을 주시면 대단히 감사하겠습니다.

출력은 다음과 같습니다 $CC --version.arm-ostl-linux-gnueabi-gcc (GCC) 9.3.0 Copyright (C) 2019 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

출력 file ./gtk_hello_world:./gtk_hello_world: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=8ead7efdeb72bdb56917d3e716549f636095e92c, for GNU/Linux 3.2.0, not stripped

관련 정보