Help for build the frimware for Pinecil im use a WSL Ubuntu #1152
Unanswered
dedsecproyt
asked this question in
Q&A
Replies: 1 comment 4 replies
-
You did not use a recursive clone when pulling the source code. You can run |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
root@DEDSEC-PC:~/IronOS/source# make -j8 model=Pinecil firmware-UK
Building for Pine64
Building file: ./Core/BSP/Pine64/Vendor/SoC/gd32vf103/Common/Source/GCC/startup_gd32vf103.S
Building file: ./Core/BSP/Pine64/Vendor/OS/FreeRTOS/Source/portable/GCC/portasm.S
Compiling ./Core/Src/freertos.c
Compiling ./Core/Src/syscalls.c
Building file: ./Core/BSP/Pine64/Vendor/SoC/gd32vf103/Common/Source/GCC/intexc_gd32vf103.S
Compiling ./Core/Src/FreeRTOSHooks.c
cc1: error: ./Core/Drivers/usb-pd/include: No such file or directory [-Werror=missing-include-dirs]
cc1: error: ./Core/Drivers/usb-pd/include: No such file or directory [-Werror=missing-include-dirs]
Compiling ./Core/BSP/Pine64/Vendor/SoC/gd32vf103/Common/Source/Stubs/gettimeofday.c
Compiling ./Core/BSP/Pine64/Vendor/SoC/gd32vf103/Common/Source/Stubs/isatty.c
cc1: error: ./Core/Drivers/usb-pd/include: No such file or directory [-Werror=missing-include-dirs]
cc1: error: ./Core/Drivers/usb-pd/include: No such file or directory [-Werror=missing-include-dirs]
cc1: all warnings being treated as errors
cc1: error: ./Core/Drivers/usb-pd/include: No such file or directory [-Werror=missing-include-dirs]
make: *** [Makefile:409: Objects/Pinecil/./Core/Src/syscalls.o] Error 1
make: *** Waiting for unfinished jobs....
Compiling ./Core/BSP/Pine64/Vendor/SoC/gd32vf103/Common/Source/Stubs/read.c
cc1: all warnings being treated as errors
cc1: all warnings being treated as errors
cc1: error: ./Core/Drivers/usb-pd/include: No such file or directory [-Werror=missing-include-dirs]
make: *** [Makefile:411: Objects/Pinecil/./Core/BSP/Pine64/Vendor/SoC/gd32vf103/Common/Source/Stubs/isatty.o] Error 1
make: *** [Makefile:411: Objects/Pinecil/./Core/Src/freertos.o] Error 1
cc1: all warnings being treated as errors
make: *** [Makefile:411: Objects/Pinecil/./Core/Src/FreeRTOSHooks.o] Error 1
cc1: all warnings being treated as errors
make: *** [Makefile:411: Objects/Pinecil/./Core/BSP/Pine64/Vendor/SoC/gd32vf103/Common/Source/Stubs/gettimeofday.o] Error 1
cc1: all warnings being treated as errors
make: *** [Makefile:411: Objects/Pinecil/./Core/BSP/Pine64/Vendor/SoC/gd32vf103/Common/Source/Stubs/read.o] Error 1
Beta Was this translation helpful? Give feedback.
All reactions