summaryrefslogtreecommitdiffstats
path: root/temporary-bootstrap-builder-setup-cortexa8.txt
Commit message (Collapse)AuthorAgeFilesLines
* Add target-specific GCC options to cortexa8 TBB.P. J. McDermott2012-03-291-2/+7
|
* Write a (non-working) cortexa8 TBB setup.P. J. McDermott2012-03-291-0/+381
EGLIBC fails to build: ../sysdeps/unix/syscall.S: Assembler messages: ../sysdeps/unix/syscall.S:28: Error: cannot represent SWI relocation in this object file format make[2]: *** [/home/pj/bbl/sys.cortexa8/fsmnt/src/eglibc-build/misc/syscall.o] Error 1 make[2]: Leaving directory `/home/pj/bbl/sys.cortexa8/fsmnt/src/eglibc-2.15/libc/misc' make[1]: *** [misc/subdir_lib] Error 2 make[1]: Leaving directory `/home/pj/bbl/sys.cortexa8/fsmnt/src/eglibc-2.15/libc' make: *** [all] Error 2 Apparently SWI (software interrupt) vector table relocation is only available in certain ARM cores (including Cortex-A8).