我正在尝试按照此处的步骤构建和运行传感器模拟器:http ://www.movesense.com/docs/esw/getting_started/#build-commands-sensor-simulator
我有:
- 拉了回购
- 创建 simuBuild 文件夹
- 跑
cmake -G "Visual Studio 16 2019" -DMOVESENSE_CORE_LIBRARY=../MovesenseCoreLib/ ../samples/blinky_app
- 然后打开
Project.sln
文件 - 选择 Movesense 作为启动项目
现在,当我尝试使用Debug
->运行它时Start new instance
,出现以下错误movesense-coreD.lib(ResourceClient.obj) : fatal error LNK1112: module machine type 'x86' conflicts with target machine type 'x64'
:我该如何解决这个问题?
我也尝试将Linker
->设置Command line: Additional Options
为,%(AdditionalOptions) /machine:x86
但这也失败了,错误类似但略有不同:Movesense.dir\Debug\App.obj : fatal error LNK1112: module machine type 'x64' conflicts with target machine type 'x86