Forum Discussion
Altera_Forum
Honored Contributor
16 years agoU-Boot DIV64 Issue
I just made u-boot works with Ethernet and Flash access and try to boot the linux kernel. but there is an error exception. --- Quote Start --- ==> imi e8060000 # # Checking Image at...
Altera_Forum
Honored Contributor
16 years agoI think kernel toolchain may be linking in glibc code for the div64 function. I don't know why the glibc code doesn't work in U-Boot (or why this would suddenly change).
I ran in to something similar with mul64 recently. I worked around it by implementing my own mul64, so it wouldn't try to link in the glibc version.