Skip to content

Compile on Arch X86_64 on Ubuntu 18.04 #12

Description

@sebastianene07

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions