OpenHarmony开发者论坛

标题: H3861增加hello world编译错误! [打印本页]

作者: utermyxt    时间: 2023-12-12 20:40
标题: H3861增加hello world编译错误!
[md]我按照官方文档编写

https://docs.openharmony.cn/page ... 3861-helloworld.md/


编译错误!有知到是什么原因吗?

![build.log](https://forums-obs.openharmony.cn/forum/ "build.log")
[/md]
作者: 数创院刘Sir    时间: 2023-12-14 10:39
建议别用这个教材里修改产品,单板配置的方法编译,全部给它复原。修改 applications/sample/wifi-iot/app/BUILD.gn文件,这个文件里添加编译,
11.import("//build/lite/config/component/lite_component.gni")
12.
13.lite_component("sample") {
14.    features = [   
15.        "my_first_appt:myapp",
16.    ]
17.}
这个编译方法只需要改一句代码,你按照官网那个改底层代码的方法很复杂,容易出问题




欢迎光临 OpenHarmony开发者论坛 (https://forums.openharmony.cn/) Powered by Discuz! X3.5