📄 1023a8a8e61000121f0680adcc2d0131
字号:
################################################################################
# Automatically-generated file. Do not edit!
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
C_SRCS += \../src/helloworld.c \../src/platform.c
LD_SRCS += \../src/lscript.ld
OBJS += \./src/helloworld.o \./src/platform.o
C_DEPS += \./src/helloworld.d \./src/platform.d
# Each subdirectory must supply rules for building sources it contributes
src/%.o: ../src/%.c
@echo Building file: $<
@echo Invoking: ARM gcc compiler
arm-xilinx-eabi-gcc -Wall -O0 -g3 -c -fmessage-length=0 -I../../hello_world_bsp_0/ps7_cortexa9_0/include -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<"
@echo Finished building: $<
@echo ' '
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -