-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
🔨[BSP][ESP32-C3] task issue #5941
Comments
fix IDF_PATH to local path 目前可以考虑将IDF_PATH路径修改成pkgs里面的软件包作为编译的时候的IDF_PATH. 不过尝试多次之后,效果不是很理想,也比较麻烦。 暂时不是很方便,后面再考虑,先把软件包提交上去。如果大伙有什么更好的办法,欢迎提供。目前需求是: 如何编译的时候将IDF_PATH 指定到本地package/rtt_esp_idf-latest 文件夹下面,而且可以顺利编译通过。 |
新版ESP32_C3 BSP发布 |
【ESP32C3】基于ESP32C3运行RT-THREAD https://club.rt-thread.org/ask/article/6749217c538b42cd.html |
【请社区公测】新版ESP32_C3 BSP发布 |
@WCX1024979076
|
这个需要参考readme里面将esp-idf的nimble样例程序加入到编译中
…---Original---
From: "Supper ***@***.***>
Date: Tue, Oct 31, 2023 23:59 PM
To: ***@***.***>;
Cc: ***@***.******@***.***>;
Subject: Re: [RT-Thread/rt-thread] 🔨[BSP][ESP32-C3] task issue (Issue #5941)
@WCX1024979076
单独打开BLE 这个app_main没有定义。
https://github.com/RT-Thread/rt-thread/actions/runs/6709048939/job/18231225581
LINK rtthread.elf /opt/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/11.2.0/../../../../riscv32-esp-elf/bin/ld: build/main/main.o: in function `main': /home/runner/work/rt-thread/rt-thread/bsp/ESP32_C3/main/main.c:24: undefined reference to `app_main'
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
这里用户自己操作起来问题会比较多,是不是可以提供一个step by step的步骤? |
@WCX1024979076 |
好的,我看一下
…---Original---
From: "Supper ***@***.***>
Date: Wed, Nov 1, 2023 08:09 AM
To: ***@***.***>;
Cc: ***@***.******@***.***>;
Subject: Re: [RT-Thread/rt-thread] 🔨[BSP][ESP32-C3] task issue (Issue #5941)
@WCX1024979076
https://club.rt-thread.org/ask/article/419a30e57384a239.html
可否看下能不能默认状态下打开BLE宏,编译能通过?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
请问现在的工具链可以确保编译成功么? 我在使用esp官方的gcc编译链产生编译错误:
然后我在rtconfig.py文件中指定nosys.specs位置
根据网上的信息很可能是工具链设置出错,但是我是根据目前最新的教程移植的,请问楼主您最近移植rtt到esp32c3了么?可以编译通过么? 下面是我的环境配置 gcc:
rtconfig.py
|
https://github.com/RT-Thread/rt-thread/actions/runs/10645398186/job/29511156571 |
谢谢,根据action已经配好了。应该是我之前下载esp-if工具链冲突了。后期我看看能不能把spi和pwm的驱动给补上 |
ok, 感谢反馈 |
这是我写的spi驱动,大佬看看还有什么问题? @supperthomas |
task issue as follow
The text was updated successfully, but these errors were encountered: