You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 5, 2022. It is now read-only.
I am customising the U boot source for compiling locally to make changes in uboot source of Edison.
I have downloaded the source Edison-u-boot, and trying to build the code.
I have configured for x86 with command as following
make coreboot-x86_defconfig,
is it the correct config for x86 Edison board?
and want to build the code.
When I do make,
getting following error.
undefined reference to `__normal___udivdi3'
make: *** [u-boot] Error 1
Please suggest and provide documentation for customising Edison Uboot.
Provide links for sources of Uboot.