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

OSX Build #54

Open
mcmenaminadrian opened this issue Apr 18, 2020 · 0 comments
Open

OSX Build #54

mcmenaminadrian opened this issue Apr 18, 2020 · 0 comments

Comments

@mcmenaminadrian
Copy link

Build currently fails on OSX (for Raspberry Pi original model B) - would love to help fix this:

macusers-MBP-5:bitthunder adrian$ make V=3 menuconfig
cd /Users/adrian/bitthunder/ && CONFIG_=BT_CONFIG_ PROJECT_DIR=/Users/adrian/bitthunder kconfig-mconf Kconfig
Kconfig:8:warning: environment variable PROJECT_CONFIG undefined

configuration written to .config

*** End of the configuration.
*** Execute 'make' to start the build or try 'make help'.

/Library/Developer/CommandLineTools/usr/bin/make mkconfig
set -e; set -o pipefail; gcc -MD -MP -I /Users/adrian/bitthunder/os/include/ -I /Users/adrian/bitthunder/arch//include/ -I /Users/adrian/bitthunder/drivers/ -I /Users/adrian/bitthunder/arch//include/arch/common/ -I /Users/adrian/bitthunder -DBT_CONFIG_OS -I /Users/adrian/bitthunder/scripts/dtc/libfdt/ -c /Users/adrian/bitthunder/.dbuild/../.dbuild/scripts/mkconfig/mkconfig.c -o /Users/adrian/bitthunder/.dbuild/../.dbuild/scripts/mkconfig/mkconfig.o
set -e; set -o pipefail; g++ /Users/adrian/bitthunder/.dbuild/../.dbuild/scripts/mkconfig/mkconfig.o -o /Users/adrian/bitthunder/.dbuild/../.dbuild/scripts/mkconfig/mkconfig
Undefined symbols for architecture x86_64:
"_generate_definitions", referenced from:
_main in mkconfig.o
"_line", referenced from:
_getfilepath in mkconfig.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [/Users/adrian/bitthunder/.dbuild/../.dbuild/scripts/mkconfig/mkconfig] Error 1
make: *** [menuconfig] Error 2

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

No branches or pull requests

1 participant