Hello all,
I’m attempting to build the RTEMS tool set following “RTEMS User Manual” amd “RTEMS Source Builder” on Windows10, MinGW64.exe. I have done following commands, --- cd /c mkdir -p opt/rtems cd opt/rtems wget https://ftp.rtems.org/pub/rtems/releases/4.11/4.11.2/rtems-source-builder-4. 11.2.tar.xz tar -Jxvf rtems-source-builder-4.11.2.tar.xz mv rtems-source-builder-4.11.2 4.11.2 cd 4.11.2 --- I have 2 troubles. 1. Then, I have done following command, --- ./rtems-source-builder/sb-check --jobs=none --- Result, --- RTEMS Source Builder -Set Builder, 4.11.not_released Environment is ok --- What dose “4.11.not_released” mean and is the cause of “4.11.not_released”? 2. Likewise, I have done following command, --- ./rtems-source-builder/sb-set-builder --prefix=/opt/rtems/4.11 4.11/rtems-arm --jobs=none --- Result, --- RTEMS Source Builder - Set Builder, 4.11.not-released Build Set: 4.11/rtems-arm error: no build set file found: 4.11/rtems-arm.bset Build Set: Time 0:00:00.011423 Build FAILED --- Is the cause of “4.11.not_released” same as? What is the cause of “no build set file found” and “Build FAILED”?
_______________________________________________ users mailing list users@rtems.org http://lists.rtems.org/mailman/listinfo/users