Mark Choi

Results 10 issues of Mark Choi

Hi, I am building OpenSceneGraph-3.6.5 with Yocto which use ffmpeg-5.0.1. When I provide dependency for ffmpeg, it occurred compile error with following logs. ``` git/src/osgPlugins/ffmpeg/FFmpegPacket.hpp:45:17: error: 'av_free_packet' was not declared...

Hi, I have a build error for NEON on aarch64, exact platform name is Jetson xavier. I am using ogre-next-2.3.3 now for cross compiling on Yocto. Error message is ```...

Hi, I am trying to build qt-gui-cpp. by the way, python3-pyqt5-native would not support qt core module. ``` | FAILED: sip/qt_gui_cpp_sip/Makefile /home/bchoi/work/official_ros_humble_build/bchoi-build/tmp/work/armv8a-poky-linux/qt-gui-cpp/2.2.2-1-r0/build/sip/qt_gui_cpp_sip/Makefile | cd /home/bchoi/work/official_ros_humble_build/bchoi-build/tmp/work/armv8a-poky-linux/qt-gui-cpp/2.2.2-1-r0/git/src/qt_gui_cpp_sip && /home/bchoi/work/official_ros_humble_build/bchoi-build/tmp/work/armv8a-poky-linux/qt-gui-cpp/2.2.2-1-r0/recipe-sysroot-native/usr/bin/python3-native/python3 /home/bchoi/work/official_ros_humble_build/bchoi-build/tmp/work/armv8a-poky-linux/qt-gui-cpp/2.2.2-1-r0/recipe-sysroot/usr/share/python_qt_binding/cmake/sip_configure.py /home/bchoi/work/official_ros_humble_build/bchoi-build/tmp/work/armv8a-poky-linux/qt-gui-cpp/2.2.2-1-r0/build/sip/qt_gui_cpp_sip qt_gui_cpp.sip...

Hi I am trying to build flexbe-mirror for yocto kirkstone and got build error as following: ``` ERROR: flexbe-mirror-2.3.3-1-r0 do_install: ExecutionError('/home/bchoi/work/official_ros_humble_build/bchoi-build/tmp/work/armv8a-poky-linux/flexbe-mirror/2.3.3-1-r0/temp/run.do_install.1242157', 1, None, None) ERROR: Logfile of failure stored in:...

Hi, kortex-api looks like only supporting for x86_64 or armv7. When I tried to build it, it complain in configure stage. ``` | CMake Error at CMakeLists.txt:26 (message): | Unsupported...

Hi, I am trying to build OSDK in the Yocto, and I faced build error which closed already by #889 . But, I can not use gcc 5.4 with Yocto....

Hi, I ran the scripts, ./scripts/run_dev.sh for issac_ros_common but, error is occurred in downloading docker image perhaps. Logs are: ``` jetson-agx-xavier-devkit:/media/link/isaac_ros_common$ ./scripts/run_dev.sh /media/link/workspaces/ Building aarch64.ros2_humble.user base as image: isaac_ros_dev-aarch64 using...

Hi, I am trying to migration to podman so, I ran it with docker-compose file I have used docker-compose. by the way, it complain as follow. ``` Error: unsupported ipvlan...

Hi, I have an issue to building clearpath-platform. ``` | install: cannot stat '/home/bchoi/nvidia-yocto-bsp/bchoi-build/tmp/work/armv8a-oe4t-linux/clearpath-platform/0.2.7-1-r0/build/liblighting_lib.so': No such file or directory | WARNING: exit code 1 from a shell command. ERROR: Task...

Hi community, I have tried to run a simple demo but, model conversion is failed as following: ```bchoi@firefly:~/work/rknn_model_zoo/examples/yolov5/python$ python3 convert.py ../model/yolov5s_relu.onnx rk3588 Traceback (most recent call last): File "/home/bchoi/work/rknn_model_zoo/examples/yolov5/python/convert.py", line...