known-issues.txt 1.5 KB

1234567891011121314151617181920212223242526272829303132333435
  1. // -*- mode:doc; -*-
  2. // vim: set syntax=asciidoc:
  3. == Known issues
  4. * It is not possible to pass extra linker options via +BR2_TARGET_LDFLAGS+
  5. if such options contain a +$+ sign. For example, the following is known
  6. to break: +BR2_TARGET_LDFLAGS="-Wl,-rpath=\'$ORIGIN/../lib'"+
  7. * The +ltp-testsuite+ package does not build with the default uClibc
  8. configuration used by the Buildroot toolchain backend. The LTP
  9. testsuite uses several functions that are considered obsolete, such
  10. as sigset() and others. uClibc configuration options such as
  11. DO_XSI_MATH, UCLIBC_HAS_OBSOLETE_BSD_SIGNAL and
  12. UCLIBC_SV4_DEPRECATED are needed if one wants to build the
  13. +ltp-testsuite+ package with uClibc. You need to either use a glibc
  14. or eglibc based toolchain, or enable the appropriate options in the
  15. uClibc configuration.
  16. * The +xfsprogs+ package does not build with the default uClibc
  17. configuration used by the Buildroot toolchain backend. You need to
  18. either use a glibc or eglibc based toolchain, or enable the
  19. appropriate options in the uClibc configuration.
  20. * The +mrouted+ package does not build with the default uClibc
  21. configuration used by the Buildroot toolchain backend. You need to
  22. either use a glibc or eglibc based toolchain, or enable the
  23. appropriate options in the uClibc configuration.
  24. * The +libffi+ package is not supported on the SuperH 2 and ARC
  25. architectures.
  26. * The +prboom+ package triggers a compiler failure with the SuperH 4
  27. compiler from Sourcery CodeBench, version 2012.09.