We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在用arm-none-eabi交叉编译使用我能用SHELL_EXPORT_CMD导出命令吗?现在我编译时候发现 这个错误。
The text was updated successfully, but these errors were encountered:
arm-none-eabi 应该是属于 GCC 吧,不应该编译到这个问题,这个是 keil 编译器使用的格式
Sorry, something went wrong.
是的通过按照readme文件修改未gcc选项也在ld文件增加 /* 添加独立的 shell_command 段 / .shell_command ALIGNMENT : { _shell_command_start = .; KEEP((shellCommand)) /* 收集所有 shell_command 段的内容 */ _shell_command_end = .; } > flash
编译通过但是好像会导致什么原因过一段时间重启。
是的通过按照readme文件修改未gcc选项也在ld文件增加 /* 添加独立的 shell_command 段 / .shell_command ALIGNMENT : { _shell_command_start = .; KEEP((shellCommand)) /* 收集所有 shell_command 段的内容 */ _shell_command_end = .; } > flash 编译通过但是好像会导致什么原因过一段时间重启。
重启的话,就得具体看看到底是哪里导致的重启了,串口能有输出吗
No branches or pull requests
在用arm-none-eabi交叉编译使用我能用SHELL_EXPORT_CMD导出命令吗?现在我编译时候发现
这个错误。
The text was updated successfully, but these errors were encountered: