This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[参考译文] SK-AM62:我需要 FreeRTOS 有关 GPIO 中断的帮助

Guru**** 2470360 points
Other Parts Discussed in Thread: SK-AM62

请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1468548/sk-am62-i-want-help-with-gpio-interrupt-with-freertos

器件型号:SK-AM62

工具与软件:

您好!

我不熟悉 SK-AM62 EVM。 有人可以指导我如何使用 FreeRTOS 执行使用 GPIO 中断的程序。 我使用的是  SDK  10.01.00、我查看了文档示例、m4fss0-0_freertos 似乎没有示例。 我曾尝试为 a53ss0-0提供示例、在我尝试构建程序时它会显示一个错误

控制台输出:

arm-none-eabi-gcc-9.2.1.exe:错误:选项"-mabi=LP64"中无法识别的参数
arm-none-eabi-gcc-9.2.1.exe:注:'-mabi='的有效参数是:aapcs aapcs-linux aps-gnu atpcs iwmmxt
arm-none-eabi-gcc-9.2.1.exe:错误:"Cortex-A53"不支持功能"fp"
arm-none-eabi-gcc-9.2.1.exe:注:有效的功能名称是:crypto nofp;您是指"nofp"吗?
arm-none-eabi-gcc-9.2.1.exe:错误:"Cortex-A53"不支持功能"SIMD"
arm-none-eabi-gcc-9.2.1.exe:注意:有效的功能名称是:crypto nofp
arm-none-eabi-gcc-9.2.1.exe:错误:无法识别的命令行选项'-mcmodel=large'
arm-none-eabi-gcc-9.2.1.exe:错误:无法识别的命令行选项'-mstrict-align';您的意思是'-Wstrict-aliasing'?
arm-none-eabi-gcc-9.2.1.exe:错误:无法识别的命令行选项'-mfix-cortex-A53-835769';您是指'-mfix-cortex-m3-ldrd'吗?
arm-none-eabi-gcc-9.2.1.exe:错误:无法识别的命令行选项'-mfix-cortex-A53-843419';您是指'-mfix-cortex-m3-ldrd'吗?
gmake:***[main.o]错误1.
gmake:由于错误、未重制目标"all"。