This repository has been archived by the owner on Sep 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 61
undifined reference to mp_thread_clean #1
Comments
You enabled static allocation menuconfig, right? Check the help info on that option which tells you that you are going to have to define that function that you are missing...
… On 3 May 2017, at 17:08, Innocenzo Mungiello ***@***.***> wrote:
Hi to everyone. I follow this guide in order to compile the example "getting-started/hello-world" for my ESP32 WiPy 2.0.
After the make menuconfig command I try to do make all, but I receive the follow error:
pycom-esp-idf/components/freertos/./tasks.c:4421: undefined reference to `mp_thread_clean'
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#1>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AHY-1wWXT-lrxnyUoS7gs7WuGTHhPD7kks5r2Jh2gaJpZM4NPils>.
|
I do not know. I just follow this guide. I've change anything in menuconfig. |
There is a function in But I don't think that is a good solution. |
An easiest solution is to add in a .c file of the example project. |
iwahdan88
pushed a commit
that referenced
this issue
Jan 22, 2019
…t module 1. Fix interrupt watchdog timeout in bluetooth "btdm_bb_isr" 2. Fix BLE assert(512) or assert(1536) in rwble.c at line 222 3. Update librtc.a to fix BLE assert(512) in rwble.c at line 222 The #1 and #2 occurs random. The #3 bug occurs in certain scenario: 1. If Wifi start softap and BLE is working 2. If wifi start station, but do not use normal station operation, such as just use espnow, while BLE is working 3. Any other scenario, that wifi works without use software coexist operation, while BLE is working(such as do advertising and ...) 4. update libcoexist.a version to v1.1.2
iwahdan88
pushed a commit
that referenced
this issue
Apr 30, 2019
…t module 1. Fix interrupt watchdog timeout in bluetooth "btdm_bb_isr" 2. Fix BLE assert(512) or assert(1536) in rwble.c at line 222 3. Update librtc.a to fix BLE assert(512) in rwble.c at line 222 The #1 and #2 occurs random. The #3 bug occurs in certain scenario: 1. If Wifi start softap and BLE is working 2. If wifi start station, but do not use normal station operation, such as just use espnow, while BLE is working 3. Any other scenario, that wifi works without use software coexist operation, while BLE is working(such as do advertising and ...) 4. update libcoexist.a version to v1.1.2
catalinio
pushed a commit
to catalinio/pycom-esp-idf
that referenced
this issue
Jun 28, 2019
…t module 1. Fix interrupt watchdog timeout in bluetooth "btdm_bb_isr" 2. Fix BLE assert(512) or assert(1536) in rwble.c at line 222 3. Update librtc.a to fix BLE assert(512) in rwble.c at line 222 The pycom#1 and pycom#2 occurs random. The pycom#3 bug occurs in certain scenario: 1. If Wifi start softap and BLE is working 2. If wifi start station, but do not use normal station operation, such as just use espnow, while BLE is working 3. Any other scenario, that wifi works without use software coexist operation, while BLE is working(such as do advertising and ...) 4. update libcoexist.a version to v1.1.2
catalinio
pushed a commit
to catalinio/pycom-esp-idf
that referenced
this issue
Jun 28, 2019
…t module 1. Fix interrupt watchdog timeout in bluetooth "btdm_bb_isr" 2. Fix BLE assert(512) or assert(1536) in rwble.c at line 222 3. Update librtc.a to fix BLE assert(512) in rwble.c at line 222 The pycom#1 and pycom#2 occurs random. The pycom#3 bug occurs in certain scenario: 1. If Wifi start softap and BLE is working 2. If wifi start station, but do not use normal station operation, such as just use espnow, while BLE is working 3. Any other scenario, that wifi works without use software coexist operation, while BLE is working(such as do advertising and ...) 4. update libcoexist.a version to v1.1.2
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi to everyone. I follow this guide in order to compile the example "getting-started/hello-world" for my ESP32 WiPy 2.0.
After the
make menuconfig
command I try to domake all
, but I receive the follow error:pycom-esp-idf/components/freertos/./tasks.c:4421: undefined reference to `mp_thread_clean'
The text was updated successfully, but these errors were encountered: