在 Ubuntu 上编译后 STM 代码出错

在 Ubuntu 上编译后 STM 代码出错

我正在跟进设置 STm32MP157C-DK2 微控制器的教程。在创建基本 hello world 程序的步骤中,我能够编译程序并通过 scp 将其上传到 STM。但是,当我尝试执行该程序时,出现以下错误: ./gtk_hello_world: line 1: syntax error: unterminated quoted string

知道这是为什么吗?我有一个名为的文件Makefile,我将步骤 3 中的代码粘贴到其中。任何帮助都将不胜感激。

以下是 的输出$CC --versionarm-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

相关内容