parent
7c323d6eaf
commit
0fd3bd15bb
|
@ -95,11 +95,11 @@ https://www.linuxidc.com/Linux/2019-12/161629.htm
|
|||
|
||||
> 第一次使用执行默认配置即可。
|
||||
|
||||

|
||||

|
||||
|
||||
退出时选择`yes`保存上面所配置的内容,如下图所示:
|
||||
|
||||

|
||||

|
||||
|
||||
3. 继续执行以下命令,进行编译。
|
||||
|
||||
|
@ -107,7 +107,7 @@ https://www.linuxidc.com/Linux/2019-12/161629.htm
|
|||
make BOARD=cortex-m4-emulator
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
4. 如果编译正确无误,会产生XiUOS_cortex-m4-emulator.elf文件。
|
||||
|
||||
|
@ -121,5 +121,5 @@ qemu-system-arm -machine netduinoplus2 -nographic -kernel build/XiUOS_cortex-m4-
|
|||
|
||||
QEMU运行起来后将会在终端上看到信息打印输出:
|
||||
|
||||

|
||||

|
||||
|
||||
|
|
Loading…
Reference in New Issue