Skip to content
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

Cannot find assert.h and error.h #1

Open
yuhongw opened this issue Jun 18, 2022 · 4 comments
Open

Cannot find assert.h and error.h #1

yuhongw opened this issue Jun 18, 2022 · 4 comments

Comments

@yuhongw
Copy link

yuhongw commented Jun 18, 2022

Probably this is just a basic setting problem,but I really cannot find assert.h and error.h.
When I compile an example, it says "fatal error: asserts.h: No such file or directory". Anything wrong with me?
Thanks a lot.

@thaaraak
Copy link
Owner

thaaraak commented Jun 18, 2022 via email

@yuhongw
Copy link
Author

yuhongw commented Jun 18, 2022

Hi Bruce, Are you trying with the esp32 board. Do you have esp32-arduino installed? If you are using a different board which one? Regards Ian

On Sat, Jun 18, 2022, 10:48 AM Bruce Yu @.> wrote: Probably this is just a basic setting problem,but I really cannot find assert.h and error.h. When I compile an example, it says "fatal error: asserts.h: No such file or directory". Anything wrong with me? Thanks a lot. — Reply to this email directly, view it on GitHub <#1>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOMGMV5ARZHJLV6KVVTJ6MTVPXOU3ANCNFSM5ZE3S4NA . You are receiving this because you are subscribed to this thread.Message ID: @.>

Hi Ian,
Thank you for your reply.
Yes, I have already installed Esp32,and I have built some projects with no errors recently. The selected board is ESP32 Dev Module. But I will try to install the env again and see .
Thanks your hint.
Bruce.

@thaaraak
Copy link
Owner

Hi Bruce,

I had some incorrect dependencies on the si5351 library in es8388. Would you mind fetching the current version of the es8388 library and trying again please

ian

@yuhongw
Copy link
Author

yuhongw commented Jun 20, 2022

Sure,I did, the example file is streams-generator-i2s.ino.
I still got some errors at first. After compared pschatzmann's sample, I added "using namespace audio_tools;" line to the example, and comment out some lines like below, I ended up get it passed.
//config.pin_data_rx = 35;
//config.fixed_mclk = 0;
//config.pin_mck = 0;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants