buildroot icon indicating copy to clipboard operation
buildroot copied to clipboard

This buildroot fork contains customized recipes for generating AMD-Xilinx SoC and Intel SoC embedded Linux images for use with MathWorks tools.

Results 5 buildroot issues
Sort by recently updated
recently updated
newest added

./../misc/create_inode.c: At top level: ./../misc/create_inode.c:395:18: error: conflicting types for ‘copy_file_range’ static errcode_t copy_file_range(ext2_filsys fs, int fd, ext2_file_t e2_file, ^~~~~~~~~~~~~~~ In file included from ./../misc/create_inode.c:19:0: /usr/include/unistd.h:1110:9: note: previous declaration of ‘copy_file_range’...

Hi, I tried all these three branches of this repository to build an image for Xilinx zcu106 board: mathworks_zynq_R22.1.0 mathworks_zynq_R20.2.1 mathworks_zynq_R19.2.1 I created the folder/catalog structure needed for zcu106 build...

Hello, I copy the zcu208_sdcard_zynqmpec_2022-01-25.zip files to SDcard and get a segmentation fault. +++ Running sd card init.sh Running rftool application... Version number; 2.4 Board version ZCU208 RFCLK v1.4 [...

mathworks_zynq_R19.2.1 cant build because it's using ``` BR2_TOOLCHAIN_EXTERNAL_PATH="/opt/Xilinx/SDK/2018.2/gnu/arm/lin BR2_TOOLCHAIN_EXTERNAL_CUSTOM_PREFIX="$(ARCH)-xilinx-linux-gnueabi" ``` in buildroot/board/mathworks/zynq/defconfig/xilinx.config, but arm-xilinx-eabi-gcc is the COdeSourcery toolchain, which is no longer available in SDK later than 2017.2. [https://forums.xilinx.com/t5/Embedded-Development-Tools/sdk-2017-4-quot-arm-xilinx-eabi-gcc-quot-not-found-in-PATH/td-p/866280](url)

On ubuntu 18.04 with perl 5.26 Running: `python build.py -b zed -p zynq` stops here: ``` configure.ac:39: the top level Unescaped left brace in regex is illegal here in regex;...