EDA365欢迎您登录!
您需要 登录 才可以下载或查看,没有帐号?注册
x
helloworld.elf: $(OBJS) ../src/lscript.ld $(USER_OBJS)
; a$ R/ H% I. ~2 l9 c7 ]4 q3 o) M@Echo 'Building target: $@'
" e- m" c+ n* O$ h@echo 'Invoking: ARM v7 gcc linker'
& ~2 U; c/ p+ q- F# Larm-none-eabi-gcc -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -Wl,-build-id=none -specs=Xilinx.spec -Wl,-T -Wl,../src/lscript.ld -L../../helloworld_bsp/ps7_cortexa9_0/lib -o "helloworld.elf" $(OBJS) $(USER_OBJS) $(LIBS) , K/ y( v( P% z2 n$ b' G
@echo 'Finished building target: $@' + j8 @/ w4 N2 `( Y* R( L( E+ S' p0 B
@echo ' ' 其中依赖的变量“OBJS”“USER_OBJS”为空的,导致没有编译出*.elf文件USER_OBJS :=LIBS := -Wl,--start-group,-lxil,-lgcc,-lc,--end-group LD_SRCS := ( d6 U0 F/ O u+ }
OBJ_SRCS := . p; R3 ]: X8 y- Q5 v. A
S_SRCS := : I N; _1 o# u `9 {$ `' C. B
C_SRCS := " l) k% T; C3 ]7 V4 L4 ~
S_UPPER_SRCS :=
& }/ V# y7 S6 `7 s1 U. d4 p" EO_SRCS :=
9 {0 F1 f9 w, q9 F! b* a0 y. xEXECUTABLES := 4 x& `1 z0 z9 R" \- A( `+ @
OBJS :=
# D- k0 n2 [$ kS_UPPER_DEPS :=
; c0 I: j7 @, x( K9 GC_DEPS :=
8 b3 R7 U" x% g0 @& TELFSIZE := Every subdirectory with source files must be described hereSUBDIRS := \6 z) W7 F3 C; Z& }5 H
src \
( }- I2 c% W7 Q7 w |