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

Remove strip because it breaks compilation of math-neon and probably … #5

Closed
wants to merge 1 commit into from

Conversation

kouta-kun
Copy link

@kouta-kun kouta-kun commented Apr 26, 2020

…every static library too.

When linking with packages created via vita-makepkg, you get something along the lines of

[ 96%] Linking CXX executable DaedalusX64.elf
/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/9.1.0/../../../../arm-vita-eabi/bin/ld: /tmp/DaedalusX64.elf.1DDMpe.ltrans0.ltrans.o: in function `vglDrawObjects':
<artificial>:(.text+0x826e): undefined reference to `matmul4_neon'
/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/9.1.0/../../../../arm-vita-eabi/bin/ld: /tmp/DaedalusX64.elf.1DDMpe.ltrans2.ltrans.o: in function `BaseRenderer::InsertMatrix(unsigned long, unsigned long)':
<artificial>:(.text+0x2470): undefined reference to `matmul4_neon'
/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/9.1.0/../../../../arm-vita-eabi/bin/ld: /tmp/DaedalusX64.elf.1DDMpe.ltrans2.ltrans.o: in function `BaseRenderer::SetWorldView(unsigned long, bool, bool)':
<artificial>:(.text+0x2840): undefined reference to `matmul4_neon'
/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/9.1.0/../../../../arm-vita-eabi/bin/ld: <artificial>:(.text+0x2884): undefined reference to `matmul4_neon'
/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/9.1.0/../../../../arm-vita-eabi/bin/ld: /tmp/DaedalusX64.elf.1DDMpe.ltrans2.ltrans.o: in function `BaseRenderer::SetProjection(unsigned long, bool)':
<artificial>:(.text+0x28f2): undefined reference to `matmul4_neon'
/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/9.1.0/../../../../arm-vita-eabi/bin/ld: /tmp/DaedalusX64.elf.1DDMpe.ltrans2.ltrans.o:<artificial>:(.text+0x2de6): more undefined references to `matmul4_neon' follow
collect2: error: ld returned 1 exit status

@frangarcj
Copy link
Contributor

Create an issue if you have problems with this.

Thanks

@frangarcj frangarcj closed this Jun 15, 2020
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

Successfully merging this pull request may close these issues.

None yet

2 participants