Not able to build Soft ISP demo

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Not able to build Soft ISP demo

跳至解决方案
1,429 次查看
Tong
Contributor I

Hi,

I am trying NXP Soft ISP demo by following https://github.com/NXPmicro/gtec-demo-framework/blob/master/Doc/Setup_guide_yocto.md , but build fails.

First of all, I build SDK from source tree with following command, my source tree's target machine is i.MX8mn

bitbake image -c populate_sdk

then I install the SDK, and build Soft ISP demo:

. environment-setup-aarch64-poky-linux
cd ~/gtec-demo-framework
source
prepare.sh
cd DemoApps/OpenCL/SoftISP
FslBuild.py --Variants [WindowsSystem=Wayland]

The error is:

../../../../DemoFramework/FslDemoApp/Util/Graphics/source/FslDemoApp/Util/Graphics/Service/ImageLibrary/STBImageWriteLib.cpp:34:10: fatal error: stb_image_write.h: No such file or directory
34 | #include <stb_image_write.h>
| ^~~~~~~~~~~~~~~~~~~

What is wrong with my step and how to fix it?

 

Thanks. 

0 项奖励
回复
1 解答
1,414 次查看
joanxie
NXP TechSupport
NXP TechSupport

as I known, current bsp includes ISP demo already, I suggest that you can build yocto bsp directly, the demo under /opt/imx-gpu-sdk/OpenCL/SoftISP

 

 

在原帖中查看解决方案

0 项奖励
回复
1 回复
1,415 次查看
joanxie
NXP TechSupport
NXP TechSupport

as I known, current bsp includes ISP demo already, I suggest that you can build yocto bsp directly, the demo under /opt/imx-gpu-sdk/OpenCL/SoftISP

 

 

0 项奖励
回复