1

I'm trying to build a crosstool-ng toolchain and I'm following the bootlin training. In this training, it seems that the C library that has been chosen is the UCLIBC library. However, after I downloaded the prebuilt toolchain from github repository and then launch the menuconfig , I noticed that the only 2 possible library to choose are newlib and none. Although I have the uclib in the crosstool-ng directory, I couldnt see it in the menu . Any idea how can I have Uclibc with ct-ng toolchain ? Thanks.

Rachid K.
  • 4,490
  • 3
  • 11
  • 30
Y.G
  • 51
  • 2
  • 8
  • I would rather use Buildroot Linux distribution where all such questions should be answered already. – 0andriy Dec 26 '20 at 18:27

1 Answers1

2

I am following the same tutorial as you do and ended up in the same situation. What I forgot was to load the Cortex-A5 sample with the command

./ct-ng arm-cortexa5-linux-uclibcgnueabihf

before going through the configuration modifications with

./ct-ng menuconfig.

I hope you still have the motivation to follow along this tutorial !

Best,

ju95ju
  • 847
  • 1
  • 5
  • 20