Skip to content

Core/Src/ips.c:6:10: fatal error: string.h: No such file or directory #78

@Arctic-Circle-System

Description

@Arctic-Circle-System

I am currently attempting to use this on CachyOS and am getting this error. base-devel is installed and that should be the Arch and CachyOS equivalent to build-essentials, so I'm not sure what could be going wrong.

make PATCH_PARAMS="--device=zelda --no-la --no-sleep-images" flash

python3 scripts/check_env_vars.py "flash" build/env "--device=zelda --no-la --no-sleep-images"
arm-none-eabi-gcc -c -mcpu=cortex-m7 -mthumb -mfpu=fpv5-d16 -mfloat-abi=hard -DGNW_DEVICE_ZELDA=1 -DUSE_HAL_DRIVER -DSTM32H7B0xx  -ICore/Inc -ICore/lzma -IDrivers/STM32H7xx_HAL_Driver/Inc -IDrivers/STM32H7xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32H7xx/Include -IDrivers/CMSIS/Include  -Wall -fdata-sections -ffunction-sections -Os -MMD -MP -MF"build/ips.d" -Wa,-a,-ad,-alms=build/ips.lst Core/Src/ips.c -o build/ips.o
Core/Src/ips.c:6:10: fatal error: string.h: No such file or directory
    6 | #include <string.h>
      |          ^~~~~~~~~~
compilation terminated.
make: *** [Makefile:205: build/ips.o] Error 1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions