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