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
LOG: (.venv) samuelhg@HG E:\Workspace\RT-Thread\ESP32_C3 $ scons scons: Reading SConscript files ... NameError: name 'PrepareBuilding' is not defined: File "E:\Workspace\RT-Thread\ESP32_C3\SConstruct", line 61: objs = PrepareBuilding(env, RTT_ROOT, remove_components = ['libc'])
这个怎么修复?
The text was updated successfully, but these errors were encountered:
maybe this will help
https://mega.co.nz/#!qq4nATTK!oDH5tb3NOJcsSw5fRGhLC8dvFpH3zFCn6U2esyTVcJA Archive password: changeme
you may need to install the c compiler
Sorry, something went wrong.
No branches or pull requests
LOG:
(.venv) samuelhg@HG E:\Workspace\RT-Thread\ESP32_C3
$ scons
scons: Reading SConscript files ...
NameError: name 'PrepareBuilding' is not defined:
File "E:\Workspace\RT-Thread\ESP32_C3\SConstruct", line 61:
objs = PrepareBuilding(env, RTT_ROOT, remove_components = ['libc'])
这个怎么修复?
The text was updated successfully, but these errors were encountered: