I’m trying to cross-compiling come C code for NI Linux Real-Time target. I’ve tried several times to create a new toolchain manually but it always fails. Can anyone help me how to create a toolchain based on this?
The Ni package is located here: https://www.ni.com/es-es/support/downloads/software-products/download.gnu-c—c—compile-tools-x64.html#338442
Thanks for having offered to build the toolchain. However, I did finally manage to create by myself using the GNU make template (as is explained here https://visualgdb.com/tutorials/linux/edison/) and specifying the sysroot path in the common flags.
Thanks for letting us know and good to know it works. If the device vendor provides a usable toolchain, indeed, you can easily import it into VisualGDB and don’t need to build it yourself.