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

Undefined Reference Error During Build and Test #4

Open
msaideroglu opened this issue Aug 22, 2024 · 0 comments
Open

Undefined Reference Error During Build and Test #4

msaideroglu opened this issue Aug 22, 2024 · 0 comments

Comments

@msaideroglu
Copy link

Skybox make build process gives an error at the end:
/tools_skybox/riscv32-gnu-toolchain/bin/../lib/gcc/riscv32-unknown-elf/12.2.0/../../../../riscv32-unknown-elf/bin/ld: /tools_skybox/riscv32-gnu-toolchain/bin/../lib/gcc/riscv32-unknown-elf/12.2.0/../../../../riscv32-unknown-elf/lib/libc.a(lib_a-exit.o): in function `.L2': exit.c:(.text.exit+0x30): undefined reference to `_exit'

then I give a try for quick demo with:
CONFIGS="-DEXT_GFX_ENABLE" ./ci/blackbox.sh --driver=simx --app=draw3d --args="-ttekkaman.cgltrace -w256 -h256" --cores=2

and getting this error:
/usr/bin/ld: /skybox/third_party/cocogfx/libcocogfx.a(png.o): in function `cocogfx::LoadPNG(char const*, std::vector<unsigned char, std::allocator<unsigned char> >&, unsigned int*, unsigned int*, unsigned int*)': png.cpp:(.text+0x37c): undefined reference to `png_check_sig'

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