LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

CIN with gcc on OS X

I am trying to create an lsb file using gcc on Mac OS X. For the aequalb example in the examples/cins folder, I do:

gcc -o aequalb.tmp -I ../../../cintools -I /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/Headers -framework CoreFoundation -L../../../cintools/Mach-O -llabviewcin -llvexports aequalb.c

../../../cintools/lvsbutilx -c aequalb -d .

This compiles, links and converts fine; I get the message
"LabVIEW resource file, type 'CIN ', name 'aequalb.lsb', created properly." However, when I try to load the code resource in the VI, the run arrow stays broken. The manual describes using Xcode, but what if you don't have Xcode? How can I create an lsb file using gcc?

Thanks for any answers,

Wouter Bergmann Tiest
0 Kudos
Message 1 of 1
(2,474 Views)