build hello fw with GCC Toolchain v2020.04.1 (set GPIO_IOF_EN). Remove obsolete function write_hex

This commit is contained in:
2020-09-02 09:13:01 +02:00
parent 830c1382b9
commit ce24b0f2f2
8 changed files with 2151 additions and 2273 deletions

View File

@ -1,27 +0,0 @@
################################################################################
# Automatically-generated file. Do not edit!
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
C_SRCS += \
../libwrap/misc/write_hex.c
O_SRCS += \
../libwrap/misc/write_hex.o
OBJS += \
./libwrap/misc/write_hex.o
C_DEPS += \
./libwrap/misc/write_hex.d
# Each subdirectory must supply rules for building sources it contributes
libwrap/misc/%.o: ../libwrap/misc/%.c
@echo 'Building file: $<'
@echo 'Invoking: Cross GCC Compiler'
riscv32-unknown-elf-gcc -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
@echo 'Finished building: $<'
@echo ' '