Hi all,
Recently I have created an embedded Linux distro for RISC-V (RV64IMAFD) target.
Present my Linux distro status:
1. GCC native compiler (working)
2. Binutils (working)
3. glibc (working)
4. Some basic packages and shells (working)
To proceed further I need "rpm" and dependencies are required in my target image.
Compiling those packages in a limited environment I am facing difficulty.
Please suggest to me how to cross compile "rpm" and dependencies manually in the host computer. I am not figuring out list packages required for that. Anyone has an idea regarding this please help me.
Thanks
Billa