如何在Visual Studio中为ARMv7创建可执行文件

如何在Visual Studio中为ARMv7创建可执行文件

问题描述:

我该如何从Windows使用Visual Studio为ARM v7开发板创建可执行文件.示例可能是一个简单的hello world打印程序...

how can i create an executable file for ARM v7 board using visual studio from windows.example could be a simple hello world print program...

您是否已尝试创建新的空白应用程序(通用Windows)"项目(在新建项目向导"中指定)?然后,您可以放置​​一个"Hello Word"文本块.为了针对ARM进行编译,请从生成"菜单中选择配置管理器",然后选择 ARM在活动解决方案平台"下拉列表中.如果不存在,则选择< New…>"并添加它.

Have you already tried to create a new "Blank App (Universal Windows)" project (specified in the New Project Wizard)? Then you can place a "Hello Word" textblock. In order to compile for ARM, select Configuration Manager from Build menu, then select ARM in the "Active solution platform" dropdown. If it is not present, then select "<New…>" and add it.