I write software for the raspberry using Eclipse+Windows+Windows toolchain. . I connected include
#include <mysql/mysql.h>
and get the error
‘Building file: ../src/LoraGateway.cpp’
‘Invoking: Cross G++ Compiler’
arm-linux-gnueabihf-g++ -static -s -Os -g3 -Wall -c -fmessage-length=0 -Wparentheses -MMD -MP -MF”src/LoraGateway.d” -MT”src/LoraGateway.o” -o “src/LoraGateway.o” “../src/LoraGateway.cpp”
../src/LoraGateway.cpp:14:25: fatal error: mysql/mysql.h: No such file or directory
#include <mysql/mysql.h>
^
compilation terminated.
What am I doing wrong? How to use mysql in crosscompilation?