Jump to content

electrotehnik

Members
  • Posts

    7
  • Joined

  • Last visited

Posts posted by electrotehnik

  1. Hi

    I try to build the project, but there is an error:


    22:25:27 **** Build of configuration Default for project HY-miniSTM32V_Chibios_uGFX ****
    make -j2 all
    0 [main] sh 8212 sync_with_child: child 6808(0x168) died before initialization with status code 0xC0000142
    28 [main] sh 8212 sync_with_child: *** child state waiting for longjmp
    /usr/bin/sh: fork: Resource temporarily unavailable
    Compiler Options
    arm-none-eabi-gcc -c -mcpu=cortex-m3 -O2 -ggdb -fomit-frame-pointer -falign-functions=16 -ffunction-sections -fdata-sections -fno-common -Wall -Wextra -Wstrict-prototypes -Wa,-alms=build/lst/ -DCORTEX_USE_FPU=FALSE -DTHUMB_PRESENT -mno-thumb-interwork -DTHUMB_NO_INTERWORKING -MD -MP -MF .dep/build.d -I. -I../../chibios/os/ports/common/ARMCMx/CMSIS/include -I../../chibios/os/ports/common/ARMCMx -I../../chibios/os/ports/GCC/ARMCMx -I../../chibios/os/ports/GCC/ARMCMx/STM32F1xx -I../../chibios/os/kernel/include -I../../chibios/os/hal/include -I../../chibios/os/hal/platforms/STM32F1xx -I../../chibios/os/hal/platforms/STM32 -I../../chibios/os/hal/platforms/STM32/GPIOv1 -I../../chibios/os/hal/platforms/STM32/I2Cv1 -I../../chibios/os/hal/platforms/STM32/RTCv1 -I../../chibios/os/hal/platforms/STM32/SPIv1 -I../../chibios/os/hal/platforms/STM32/TIMv1 -I../../chibios/os/hal/platforms/STM32/USARTv1 -I../../chibios/os/hal/platforms/STM32/USBv1 -I../../chibios/ext/ugfx/boards/base/MiniSTM32-LCD/chibios_board -I../../chibios/os/various -I../../chibios/ext/ugfx/boards/base/MiniSTM32-LCD -I../../chibios/ext/ugfx/drivers/gdisp/SSD1289 -I../../chibios/ext/ugfx -I../../chibios/ext/ugfx/src/gdisp/mcufont main.c -o main.o

    mkdir -p build/obj
    mkdir -p build/lst
    Compiling crt0.c
    Compiling vectors.c
    ../../chibios/os/ports/GCC/ARMCMx/STM32F1xx/vectors.c:324:1: fatal error: opening dependency file .dep/vectors.o.d: No such file or directory
    compilation terminated.
    ../../chibios/os/ports/GCC/ARMCMx/crt0.c:359:1: fatal error: opening dependency file .dep/crt0.o.d: No such file or directory
    compilation terminated.
    make: *** [build/obj/vectors.o] Error 1
    make: *** Waiting for unfinished jobs....
    make: *** [build/obj/crt0.o] Error 1

    22:25:32 Build Finished (took 5s.263ms)

    I think a bug in the makefile. but where? Please, help

    ChibiStudio.rar

  2. Hi

    I try to build the project, but there is an error:


    22:25:27 **** Build of configuration Default for project HY-miniSTM32V_Chibios_uGFX ****
    make -j2 all
    0 [main] sh 8212 sync_with_child: child 6808(0x168) died before initialization with status code 0xC0000142
    28 [main] sh 8212 sync_with_child: *** child state waiting for longjmp
    /usr/bin/sh: fork: Resource temporarily unavailable
    Compiler Options
    arm-none-eabi-gcc -c -mcpu=cortex-m3 -O2 -ggdb -fomit-frame-pointer -falign-functions=16 -ffunction-sections -fdata-sections -fno-common -Wall -Wextra -Wstrict-prototypes -Wa,-alms=build/lst/ -DCORTEX_USE_FPU=FALSE -DTHUMB_PRESENT -mno-thumb-interwork -DTHUMB_NO_INTERWORKING -MD -MP -MF .dep/build.d -I. -I../../chibios/os/ports/common/ARMCMx/CMSIS/include -I../../chibios/os/ports/common/ARMCMx -I../../chibios/os/ports/GCC/ARMCMx -I../../chibios/os/ports/GCC/ARMCMx/STM32F1xx -I../../chibios/os/kernel/include -I../../chibios/os/hal/include -I../../chibios/os/hal/platforms/STM32F1xx -I../../chibios/os/hal/platforms/STM32 -I../../chibios/os/hal/platforms/STM32/GPIOv1 -I../../chibios/os/hal/platforms/STM32/I2Cv1 -I../../chibios/os/hal/platforms/STM32/RTCv1 -I../../chibios/os/hal/platforms/STM32/SPIv1 -I../../chibios/os/hal/platforms/STM32/TIMv1 -I../../chibios/os/hal/platforms/STM32/USARTv1 -I../../chibios/os/hal/platforms/STM32/USBv1 -I../../chibios/ext/ugfx/boards/base/MiniSTM32-LCD/chibios_board -I../../chibios/os/various -I../../chibios/ext/ugfx/boards/base/MiniSTM32-LCD -I../../chibios/ext/ugfx/drivers/gdisp/SSD1289 -I../../chibios/ext/ugfx -I../../chibios/ext/ugfx/src/gdisp/mcufont main.c -o main.o

    mkdir -p build/obj
    mkdir -p build/lst
    Compiling crt0.c
    Compiling vectors.c
    ../../chibios/os/ports/GCC/ARMCMx/STM32F1xx/vectors.c:324:1: fatal error: opening dependency file .dep/vectors.o.d: No such file or directory
    compilation terminated.
    ../../chibios/os/ports/GCC/ARMCMx/crt0.c:359:1: fatal error: opening dependency file .dep/crt0.o.d: No such file or directory
    compilation terminated.
    make: *** [build/obj/vectors.o] Error 1
    make: *** Waiting for unfinished jobs....
    make: *** [build/obj/crt0.o] Error 1

    22:25:32 Build Finished (took 5s.263ms)

    I think a bug in the makefile. but where?

    ChibiStudio.rar

  3. Hi

    I have HY-Mini STM32V Board too.

    1. Please give me sample project "Hello world" with uGFX GUI for this demo board. Keil IDE is desirable.

    2. For use GUI uGFX is required ChibiOS ?

    Schematic of HY-Mini STM32V Board is attached.

×
×
  • Create New...