mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-28 23:40:15 +00:00
rxgen960 compiles and links.
This commit is contained in:
@@ -65,10 +65,12 @@ define make-exe
|
||||
$(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $@ \
|
||||
$(LINK_OBJS) $(LINK_LIBS)
|
||||
$(NM) -g -n $@ > $(basename $@).num
|
||||
$(OBJCOPY) -oformat binary $@ $(basename $@).bin
|
||||
$(OBJCOPY) -O binary $@ $(basename $@).bin
|
||||
$(SIZE) $@
|
||||
endef
|
||||
endif
|
||||
|
||||
# Miscellaneous additions go here
|
||||
|
||||
START_BASE=
|
||||
START_FILE=
|
||||
|
||||
Reference in New Issue
Block a user