Skip to content

Undefined Reference Error During Build and Test #4

Description

@msaideroglu

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'

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions