Make sure the selected Windows SDK is installed:
Properties -> Configuration Properties -> General -> Windows SDK Version.

1. Right-Click on the Project (e.g. SimulationTrial) -> Properties
2 Set Configuration to "All Configurations"
3. Goto Configuration Properties -> Linker -> Input.
4. Add under Additional Dependencies: "legacy_stdio_definitions.lib"

5. Set Ignore All Default Libraries: "No"

 

emwin默认是使用VC++编译仿真的,但是win10平台,基本都是vs community 2013~2019,因此,segger官方也给出了说明,

以上就是HowTo_RunSimulationUnderVS2015_2017.txt文件的说明,这样可以用vs高版本来编译emwin的软件包“SeggerEval_WIN32_MSVC_MinGW_GUI_V548”

 

相关文章:

  • 2021-12-17
  • 2022-12-23
  • 2022-12-23
  • 2021-09-05
  • 2021-11-10
  • 2022-12-23
  • 2021-11-03
  • 2022-01-02
猜你喜欢
  • 2021-12-23
  • 2021-05-08
  • 2021-08-21
  • 2021-04-30
  • 2022-02-07
  • 2021-10-12
相关资源
相似解决方案