BltTofApi Build instructions: Unterschied zwischen den Versionen

Aus BECOM Systems Support
Zur Navigation springen Zur Suche springen
en>Peter
K (1 Version importiert)
 
K (1 Version importiert)
 
(kein Unterschied)

Aktuelle Version vom 31. Oktober 2023, 09:03 Uhr

Windows

Please take a look at the example project for a reference on how to compile an application using a BTA library.

Things to consider generally:

  • Define the Macros: #define PLAT_WINDOWS and #define PLAT_32BIT or #define PLAT_64_BIT. (In MS Visual Studio for example you can add them in Configuration Properties > C/C++ > Preprocessor. Every build configuration can have its own defines)

When using BtaP100Lib, consider:

  • The libusb0 driver must be installed (Provided by Bluetechnix)

Linux

Dependencies:

  • libusb-0.1.0
  • libpthread-2.15

Please refer to the Makefile of the provided example for building your own applications.

ARM (Linux)

see (Linux)