simbit18
simbit18
@acassis dockerfile does not have this ```` ############################################################################### # Build image for tool required by AVR32 builds ############################################################################### FROM nuttx-toolchain-base AS nuttx-toolchain-avr32 # Download the prebuilt AVR32 GCC toolchain RUN...
@acassis @ramangopalan testing on my repository **docker image build process** https://github.com/simbit18/nuttx-testing-ci/actions/runs/9407488507/job/25913339810#step:7:1175 ```` #22 [nuttx-toolchain-avr32 2/2] RUN mkdir -p gcc-avr32-gnu && git clone --depth 1 https://github.com/ramangopalan/avr32-gnu-toolchain-linux_x86 gcc-avr32-gnu #22 0.157 Cloning into...
in the docker https://github.com/apache/nuttx/blob/master/tools/ci/docker/linux/Dockerfile it is necessary to add: ```` ############################################################################### # Build image for tool required by AVR32 builds ############################################################################### FROM nuttx-toolchain-base AS nuttx-toolchain-avr32 # Download the prebuilt AVR32...
@xiaoxiang781216 @acassis now the workflow for creating the Docker Nuttx image with @ramangopalan AVR32 toolchain is ok. https://github.com/apache/nuttx/actions/runs/9537180645/job/26284964386 I did a test with the Docker Nuttx image with the AVR32...
> Dear @simbit18, Dear @acassis, > > Aren't the tests for nsh and ostest for avr32dev1 performed by default? Not sure why they are skipped. I notice that the tests...
build avr32dev1:nsh https://github.com/simbit18/nuttx-testing-ci/actions/runs/9550639612/job/26323068947 build avr32dev1:ostest https://github.com/simbit18/nuttx-testing-ci/actions/runs/9550639600/job/26323068967 build seems ok
@snikeguo here version in use in nuttx [kconfig-frontends for msys2 on the MSYS environment](https://github.com/apache/nuttx/blob/a7961a3d48908b0d1c46e826ee19f1a0275f5db6/tools/ci/platforms/msys2.sh#L120) --enable-mconf option will enable the menuconfig
@snikeguo ### Steps fresh and clean install MSYS2 **1) Install MSYS2** https://www.msys2.org/ **2) Use MSYS2 MSYS shell launcher** (C:\msys64\msys2.exe) (https://www.msys2.org/docs/environments/) ``` Update the package databases $ pacman -Syuu ``` **3)...
@snikeguo Which environment are you using ? https://www.msys2.org/docs/environments/ nuttx is currently used on **MSYS environment** `The MSYS environment contains the unix-like/cygwin based tools, lives under /usr and is special in...
you need to use MSYS environment C:\msys64\msys2.exe 