Jump to content

can Labview run on FoxBoard?


Ale914

Recommended Posts

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.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.