intel / edison-u-boot

DISCONTINUATION OF PROJECT. This project will no longer be maintained by Intel. Intel will not provide or guarantee development of or support for this project, including but not limited to, maintenance, bug fixes, new releases or updates. Patches to this project are no longer accepted by Intel. If you have an ongoing need to use this project, are interested in independently developing it, or would like to maintain patches for the community, please create your own fork of the project.
34 stars 24 forks source link

edison-v2016.03 fails to build #9

Closed cklin closed 3 years ago

cklin commented 7 years ago

I am unable to build f581d4e93dfbd57b8b9b6b6b690021a852e2093b, which is the current head of branch edison-v2016.03. The build commands I used:

make edison_defconfig
make all

Build error messages:

arch/x86/cpu/built-in.o: In function `config_pci_bridge':
/media/xvdi1/cklin/edison/kernel-build/edison-u-boot/arch/x86/cpu/tangier/pci.c:24: undefined reference to `pci_hose_scan_bus'
lib/built-in.o: In function `tick_to_time':
/media/xvdi1/cklin/edison/kernel-build/edison-u-boot/lib/time.c:103: undefined reference to `get_tbclk'
lib/built-in.o: In function `usec_to_tick':
/media/xvdi1/cklin/edison/kernel-build/edison-u-boot/lib/time.c:129: undefined reference to `get_tbclk'
Makefile:1171: recipe for target 'u-boot' failed
make: *** [u-boot] Error 1
andy-shev commented 7 years ago

@cklin Try my version here: https://github.com/andy-shev/u-boot/tree/edison

andy-shev commented 4 years ago

Simple use upstream U-Boot. Or if you want Yocto solution, consider unofficial community project: https://github.com/edison-fw.