Enable 這個option時,Makefile :
ifeq ($(LOADERONRAM), y)
$(LD) --gc-section -e t_stage0 -Ttext 0x90000404 -o $@ $(T_STAGE0_OBJS)
else
$(LD) --gc-section -e t_stage0 -Ttext 0xA0000400 -o $@ $(T_STAGE0_OBJS)
endif
--gc-section:
-e t_sage0:
-Ttext 0x90000404
沒有留言:
張貼留言