Tool/software: Linux
I try install the runit into the linux RT.
I have read the google.
As I understood:
When I compile the runit in x86 (ubuntu 16.04 LTS), the compiler found the "-lgcc_eh" and "-lc" in "libgcc.a" and "libgcc_eh.a" files at "/usr/lib/gcc/x86_64-linux-gnu/5" directory. So, it compile finely.
When I compile the runit in arm (linux RT Arago 2018.04), the compiler can not find the "-lgcc_eh" and "-lc":
/usr/lib/gcc/arm-linux-gnueabi/7.2.1/../../../../arm-linux-gnueabi/bin/ld: cannot find -lgcc_eh
/usr/lib/gcc/arm-linux-gnueabi/7.2.1/../../../../arm-linux-gnueabi/bin/ld: cannot find -lc
the compiler tried to find "-lgcc_eh" and "-lc" in files at "/usr/lib/gcc/arm-linux-gnueabi/7.2.1/../../../../arm-linux-gnueabi/bin/ld".
The file "libgcc.a" is in "/usr/lib/". But there are no any "libgcc_eh.a" file at rootfs.
Please help.