raspberrypi / quake3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compiling errors when using the command

WilliamWangPeng opened this issue · comments

HI dear author,
It's truly a honor to write a letter to you, I'm build your project nowadays and found the error when building as following, I wonder if there is a chance that you know the reason? :)

image

thank you
best regards to you
William

if bmc_host_init has an underfined reference, you need to also link against the file /opt/vc/lib/libbcm_host.so

optionally you can symlink that file into /usr/lib/ and then add -L bmc_host when you build it (at to commandline or Makefile)

I noticed LD build/release-linux-x86_64/ioq3ded.x86_64 <= that might be a problem