We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
*** 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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: