################################################################################ # MRS Version: 1.9.1 # 自动生成的文件。不要编辑! ################################################################################ # Add inputs and outputs from these tool invocations to the build variables C_SRCS += \ ../User/Main.c OBJS += \ ./User/Main.o C_DEPS += \ ./User/Main.d # Each subdirectory must supply rules for building sources it contributes User/%.o: ../User/%.c @ @ riscv-none-embed-gcc -march=rv32imac -mabi=ilp32 -mcmodel=medany -msmall-data-limit=8 -mno-save-restore -Os -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -fno-common -Wunused -Wuninitialized -g -DDEBUG=1 -I"C:\Users\tang\Desktop\SX1280_CH592\SX1280_ING\StdPeriphDriver\inc" -I"C:\Users\tang\Desktop\SX1280_CH592\SX1280_ING\RVMSIS" -std=gnu99 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -c -o "$@" "$<" @ @