1

I'm trying to compile XFCE using Uclibc. Uclibc was generated by crosstool-ng via buildroot. How do i use the toolchain to build something outside of buildroot? I've had a look at the instructions on both buildroot's and uclibc's website and they were all a bit vague. Do i set a flag during ./configure with a link to uclibc? Or have i totally missed the point?

Thanks

Xleedos
  • 948
  • 2
  • 9
  • 17

1 Answers1

1

You must pass --host and --build to the configure script, and set the PKG_CONFIG variable, at least. May require more tweaks (you can override the auto-detection using environment variables).

Why don't just add the required packages to buildroot?

Ismael Luceno
  • 2,055
  • 15
  • 26