添加应用错误
-
$ repo init -u ssh://XXXXX@sdk.allwinnertech.com/git_repo/V85X_TINA/manifest.git -b master -m tina-v853.xml
$ repo sync
$ repo start product-ipc-v853-tina-stable-v1.0 --all
下载代码编译烧入都OK。按照 https://v853.docs.aw-ol.com/soft/soft_start/ 描述的步骤增加helloworld。
make menuconfig的时候 没有看到 helloworld 模块。
参考对比allwin目录下的其他模块,我稍微修改了下 helloworld目录下的makefile。include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/package.mk (这个是网页上的写法)
=====>
include $(TOPDIR)/rules.mk
include $(BUILD_DIR)/package.mk (这个是参考 allwin目录下其他模块的写法)然后在make menuconfig的时候 可以看到 helloworld 模块。选上helloworld,保存。
编译的时候提示错误:make[3]: Entering directory '/data/xuepy/tinalinux/tina-v853/package/myapp/helloworld' Makefile:30: *** missing separator. Stop. make[3]: Leaving directory '/data/xuepy/tinalinux/tina-v853/package/myapp/helloworld' make[2]: *** [package/Makefile:193: package/myapp/helloworld/compile] Error 2 make[2]: Leaving directory '/data/xuepy/tinalinux/tina-v853' make[1]: *** [package/Makefile:189: /data/xuepy/tinalinux/tina-v853/out/v853-vision/staging_dir/target/stamp/.package_compile] Error 2 make[1]: Leaving directory '/data/xuepy/tinalinux/tina-v853' make: *** [/data/xuepy/tinalinux/tina-v853/build/toplevel.mk:306:world] 错误 2 [2]+ 已完成 $T/tools/build/buildserver --path $T 2> /dev/null 1>&2 #### make failed to build some targets (49 seconds) ####
-
@ms_guest makefile直接复制会有问题,可以自己手敲看看
-
-
此回复已被删除!
Copyright © 2024 深圳全志在线有限公司 粤ICP备2021084185号 粤公网安备44030502007680号