You can chat about native SDK questions and issues here.

User avatar
By davydnorris
#81548
andyjjones2 wrote:Hi davydnorris, thanks for the reply.

It's part of MongooseOS, and I'm doing a local build. It appears that the toolchain I'm using insists on pulling certain parts of the Espressif SDK from the cloud instead of my version (which contains os_printf() calls).

I guess it's better that I ask the Mongoose OS forums than here, since it appears now to be a toolchain/build issue for Mongoose.


Have a look in the user_main and see how things are being initialised. You may be able to fix it yourself. Also the uart code is typically not pulled straight from the SDK driver lib, they often copy it into the local project. This is because the driver uart code in the SDK is an example and has several approaches (interrupt, tasks, etc). If it's being messed up by a cloud fetched SDK then it may not be implemented quite right.

But I'm not a Mongoose user so I'm giving my completely uninformed opinion here!!