I'm trying to build from master HEAD: 8d89a2a
with this Makefile.local options:
COMPILE_PLATFORM=linux
COMPILE_ARCH=x86_64
COPYDIR=~/.q3/
CC=gcc
Running : make -f Makefile_ubuntu V=2 reaches a point where it produces the following error during linking:
LD build/release-linux-x86_64/ioq3ded.x86_64
build/release-linux-x86_64/ded/sys_main.o: In function `main':
sys_main.c:(.text.startup+0xe): undefined reference to `bcm_host_init'
collect2: error: ld returned 1 exit status
My impression is that bcm_host_init should be guarded here.
I'm trying to build from master HEAD: 8d89a2a
with this Makefile.local options:
Running : make -f Makefile_ubuntu V=2 reaches a point where it produces the following error during linking:
My impression is that bcm_host_init should be guarded here.