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

Build error #22

Open
nopnop2002 opened this issue Nov 1, 2019 · 0 comments
Open

Build error #22

nopnop2002 opened this issue Nov 1, 2019 · 0 comments

Comments

@nopnop2002
Copy link

My environment:

ESP-IDF version:v4.1-dev-369-g4dac7c7df

My operation:

rm sdkconfig
make clean
make menuconfig
make


CC build/audio_renderer/audio_renderer.o
/home/ESP32_OLED_webradio/components/audio_renderer/audio_renderer.c: In function 'render_samples':
/home/ESP32_OLED_webradio/components/audio_renderer/audio_renderer.c:90:13: error: implicit declaration of function 'i2s_write_bytes' [-Werror=implicit-function-declaration]
             i2s_write_bytes(renderer_instance->i2s_num, buf, len,
             ^
/home/ESP32_OLED_webradio/components/audio_renderer/audio_renderer.c:142:32: error: implicit declaration of function 'i2s_push_sample' [-Werror=implicit-function-declaration]
                 bytes_pushed = i2s_push_sample(renderer_instance->i2s_num,
                                ^
/home/ESP32_OLED_webradio/components/audio_renderer/audio_renderer.c: At top level:
cc1: warning: unrecognized command line option '-Wno-frame-address'
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

1 participant