g++ is not compiled?!
Zibri <[email protected]>
| Newsgroups | gmane.comp.gcc.cross-compiling |
|---|---|
| Message-ID | <[email protected]> |
Hello! I need to build a toolchain for an old embedded system. It's from 2016 and it's based on glibc 2.19 by various "strings" on libraries and executables I can see it was built with gcc 4.8.4 Now, I have all the rootfs of the system. What I need is to build a compatible toolchain. I tried crosstool-ng, selected gcc 4.9.4 and built It did everything correct but there is no arm g++ in the x-tools directory! What should I do? Regards, Zibri