Homebrew Question Homebrew compile error

  • Thread starter Thread starter PhyniXsw
  • Start date Start date
  • Views Views 2,465
  • Replies Replies 5

PhyniXsw

Member
Newcomer
Joined
Jan 21, 2021
Messages
5
Reaction score
0
Trophies
0
Age
42
XP
59
Country
Germany
I want compile a HomebrewApp but i have a lot of errors
i hope anyone can help me

c:/devkitpro/devkita64/bin/../lib/gcc/aarch64-none-elf/10.2.0/../../../../aarch64-none-elf/bin/ld.exe: cannot find -lglfw3
c:/devkitpro/devkita64/bin/../lib/gcc/aarch64-none-elf/10.2.0/../../../../aarch64-none-elf/bin/ld.exe: cannot find -lEGL
c:/devkitpro/devkita64/bin/../lib/gcc/aarch64-none-elf/10.2.0/../../../../aarch64-none-elf/bin/ld.exe: cannot find -lglapi
c:/devkitpro/devkita64/bin/../lib/gcc/aarch64-none-elf/10.2.0/../../../../aarch64-none-elf/bin/ld.exe: cannot find -ldrm_nouveau
c:/devkitpro/devkita64/bin/../lib/gcc/aarch64-none-elf/10.2.0/../../../../aarch64-none-elf/bin/ld.exe: cannot find -lcurl
c:/devkitpro/devkita64/bin/../lib/gcc/aarch64-none-elf/10.2.0/../../../../aarch64-none-elf/bin/ld.exe: cannot find -lz
c:/devkitpro/devkita64/bin/../lib/gcc/aarch64-none-elf/10.2.0/../../../../aarch64-none-elf/bin/ld.exe: cannot find -lmbedtls
c:/devkitpro/devkita64/bin/../lib/gcc/aarch64-none-elf/10.2.0/../../../../aarch64-none-elf/bin/ld.exe: cannot find -lmbedx509
c:/devkitpro/devkita64/bin/../lib/gcc/aarch64-none-elf/10.2.0/../../../../aarch64-none-elf/bin/ld.exe: cannot find -lmbedcrypto
collect2.exe: error: ld returned 1 exit status

i have test follow libs to install with follow command pacman -S switch-glfw3 .....
 
It would be helpful if you could give some more information:
-which homebrew app are you trying to install?
 
you need to install those dependencies.
Code:
sudo (dkp-)pacman -S switch-glfw \
switch-glm \
switch-mbedtls \
switch-zlib

https://github.com/devkitPro/pacman-packages/tree/master/switch here you can have a list of all the available devkitpro switch libraries. You may need switch-bzip2 too. I'll try to add build instructions to the readme
 
Last edited by Homlet,

Site & Scene News

Popular threads in this forum