Ale914 Posted January 29, 2007 Report Share Posted January 29, 2007 Hi all, what do you think about the possibility to run labview on this device? thanks, Alessandro Quote Link to comment
Adam Kemp Posted January 29, 2007 Report Share Posted January 29, 2007 Cpu: Axis ETRAX 100LX 32 bit, RISC, 100MHz (100MIPS) The short answer is "no", because LabVIEW does not currently run on that processor. However, you may be able to use the LabVIEW Embedded Development Module. This allows you to convert VIs into C code which you can then compile using the toolchain of your choice. The process is more involved because you have to create a cross-compiling toolchain and then make some VIs to tell LabVIEW how to use the toolchain and also port some of the LabVIEW C Runtime Engine to your target platform. Still, it should be possible. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.