Navigation

    VEYE IMAGING Forum

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Recent
    • Popular
    • Users
    • WIKI
    • veye.cc
    1. Home
    2. False_Anomaly
    F
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Best 0
    • Groups 0

    False_Anomaly

    @False_Anomaly

    0
    Reputation
    1
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Email 2099736647@qq.com

    False_Anomaly Follow

    Latest posts made by False_Anomaly

    • RE: R32.7.2 内核编译报错

      @veye_xumm 感谢回复,使用的不是mv模组,在makefile和kconfig中删除相关内容后可以正常编译

      posted in Jetson App Software
      F
      False_Anomaly
    • R32.7.2 内核编译报错

      按照 http://wiki.veye.cc/index.php/VEYE_CS_Camera_source_for_Jetson/zh 教程为 JetPack 版本 R32.7.2 的 Jetson Nano Module 在主机编译内核时,运行命令

      make ARCH=arm64 O=$TEGRA_KERNEL_OUT -j8

      时报错:

      rm drivers/misc/mods/mods.dtb drivers/misc/mods/mods.dtb.S
      Building modules, stage 2.
      MODPOST 665 modules
      WARNING: could not open drivers/misc/mods/mods.dtb.S: No such file or directory
      ERROR: "camera_common_dpd_disable" [drivers/media/i2c/veye_mvcam.ko] undefined!
      ERROR: "camera_common_dpd_enable" [drivers/media/i2c/veye_mvcam.ko] undefined!
      /home/<username>/Linux_for_Tegra/source/public/kernel/kernel-4.9/scripts/Makefile.modpost:107: recipe for target '__modpost' failed
      make[2]: *** [__modpost] Error 1
      /home/<username>/Linux_for_Tegra/source/public/kernel/kernel-4.9/Makefile:1363: recipe for target 'modules' failed
      make[1]: *** [modules] Error 2
      make[1]: Leaving directory '/home/<username>/Linux_for_Tegra/source/public/kernel/out_kernel'
      Makefile:171: recipe for target 'sub-make' failed
      make: *** [sub-make] Error 2

      (用户名删去),尝试在 Jetson Nano 原生编译报错内容相同。

      posted in Jetson App Software
      F
      False_Anomaly