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

decode_image.c not included in cmake #13

Closed
app-z opened this issue May 14, 2020 · 1 comment
Closed

decode_image.c not included in cmake #13

app-z opened this issue May 14, 2020 · 1 comment

Comments

@app-z
Copy link

app-z commented May 14, 2020

/root/.espressif/tools/xtensa-esp32-elf/esp-2020r1-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/bin/ld: esp-idf/main/libmain.a(main.c.obj):(.literal.JPEGTest+0x8): undefined reference to `decode_image'

You probably forget it:
set(COMPONENT_SRCS main.c st7789.c fontx.c decode_image.c)

@nopnop2002
Copy link
Owner

Thank you for report.

Fixed it.

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