README.bfin 433 B

123456789101112131415161718192021
  1. README for uClibc on the blackfin architecture
  2. developed/tested with bfin-elf-gcc 3.4.1, from
  3. Configuration:
  4. Read and edit the Config file, carefully.
  5. TARGET_ARCH=blackfin
  6. CROSS = bfin-elf-
  7. CC = $(CROSS)gcc
  8. STRIPTOOL = $(CROSS)strip
  9. KERNEL_SOURCE= your linux 2.6.8 kernel source tree
  10. HAS_MMU = false
  11. HAS_FLOATS = false
  12. MALLOC = malloc-simple
  13. Problems:
  14. The regular malloc library is broken. Use simple-malloc.
  15. TODO: