-
Notifications
You must be signed in to change notification settings - Fork 5.1k
[Bug] GD32系列生成cmake代码 #10182
New issue
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
Comments
windows 11 平台 |
SConstruct文件中的 env = Environment(tools = ['mingw'],
AS = rtconfig.AS, ASFLAGS = rtconfig.AFLAGS,
# CC = rtconfig.CC, CCFLAGS = rtconfig.CFLAGS,
CC = rtconfig.CC, CFLAGS = rtconfig.CFLAGS,
AR = rtconfig.AR, ARFLAGS = '-rc',
CXX = rtconfig.CXX, CXXFLAGS = rtconfig.CXXFLAGS,
LINK = rtconfig.LINK, LINKFLAGS = rtconfig.LFLAGS)
env.PrependENVPath('PATH', rtconfig.EXEC_PATH) |
bsp的问题吗,直接提一个pr呗 |
ThinkCodeStudio
added a commit
to ThinkCodeStudio/rt-thread
that referenced
this issue
Apr 15, 2025
提交了, 第一次提交PR, 大佬见谅 |
supperthomas
pushed a commit
that referenced
this issue
Apr 17, 2025
illustriousness
pushed a commit
to illustriousness/rt-thread
that referenced
this issue
Apr 18, 2025
修复 RT-Thread#10182 GD32生成Cmake工程错误的问题
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
RT-Thread Version
5.2.0
Hardware Type/Architectures
GD32
Develop Toolchain
Other
Describe the bug
尝试了
都报同一个错误
Other additional context
No response
The text was updated successfully, but these errors were encountered: