|
I have a problem compiling an image for OP rk3399. From this post I did not understand whether it is solved or not.
admin offers to download a ready-made Ubuntu or Debian image, but I'm interested in building a kernel for myself.
I downloaded the source file-OrangePi-K3399_Linux4.4_V1.0_2018_1030.tar.gz.
file Orange Park 3399_Linux 4.4_V1.0_2018_0110.tar.gz is no longer available on the specified path.
However, interestingly is obtained-if I'm launching team -. /build/mk-kernel.sh rk 3399-orangepi, then there are compilation errors already mentioned above related to
drivers/media/i2c/soc_camera/rockchip/ov_camera_module.c:421:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
error, forbidden warning: ov_camera_module.c:421
however, if I execute the command ./build/mk-kernel.sh then the default kernel for the RK3288-env card is built and the kernel is built without errors.
By the way, I tried to configure the kernel and remove the problematic modules associated with the camera and fusb. But at the end of the Assembly kernel is still not going because of an error in the script.
Please help me find out what might be the problem? The tool system I have is ubuntu 16.04 with the latest updates. |
|