Hallo
Ich habe die Aufgabe über eine Schnittstelle (NI USB-6501 24 line Digital I/O) einen Nährungssensor anzusprochen. Die Konfigurations-Software die National Instruments beigelegt hat erkennt auch den Sensor. Jetzt wollte ich die C-Beispiele ausprobieren.
Ich programmiere mit Eclipse 3.2 CDT. Beim ausführen des C-Beispiels kommt folgende Meldung:
_\*\*\*\* Build of configuration Debug for project AbTest2 \*\*\*\*
make -k all
'Building file: ../ReadDigPort.c'
'Invoking: GCC C Compiler'
gcc -I"C:\Programme\Entwicklung-LIB\DAQmxANSICDev" -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"ReadDigPort.d" -MT"ReadDigPort.d" -o"ReadDigPort.o" "../ReadDigPort.c"
../ReadDigPort.c: In function `main':
../ReadDigPort.c:65: warning: unsigned int format, uInt32 arg (arg 2)
'Finished building: ../ReadDigPort.c'
' '
'Building target: AbTest2.exe'
'Invoking: GCC C Linker'
gcc -L"C:\Programme\Entwicklung-LIB\DAQmxANSICDev\lib" -o"AbTest2.exe" ./ReadDigPort.o -lNIDAQmx
C:\MinGW\bin\..\lib\gcc-lib\mingw32\3.2.3\..\..\..\..\mingw32\bin\ld.exe: cannot find -lNIDAQmx
make: \*\*\* [AbTest2.exe] Error 1
make: Target `all' not remade because of errors.
Build complete for project AbTest2_
Was fehlt? Ich habe die benötigten Libs und Headerdateien bereits eingebunden.
Grüße Sven