Your ROOT_URL in app.ini is unix://git.lalonde.me:3000/ but you are visiting https://git.lalonde.me/matth/cral/commit/24a12ce1589d2d342955ed872a52f3fe0565f545?style=split&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

Remove all references to main.o as we do not require it in the library.

git-svn-id: svn+ssh://oldsvn/home/mlalondesvn/svn/cral@36 3ee9b42a-b53c-0410-a25e-f0b6218d5d5b
master
follower 18 years ago
parent badeebd072
commit 24a12ce158

@ -37,7 +37,7 @@ HEX_EEPROM_FLAGS += --change-section-lma .eeprom=0
## Objects that must be built in order to link ## Objects that must be built in order to link
OBJECTS = socket.o w5100.o main.o delay.o serial.o mcu.o dns.o sockutil.o util.o OBJECTS = socket.o w5100.o delay.o serial.o mcu.o dns.o sockutil.o util.o
## Objects explicitly added by the user ## Objects explicitly added by the user
LINKONLYOBJECTS = LINKONLYOBJECTS =
@ -60,9 +60,6 @@ serial.o: ../mcu/serial.c
#timer.o: ../mcu/timer.c #timer.o: ../mcu/timer.c
# $(CC) $(INCLUDES) $(CFLAGS) -c $< # $(CC) $(INCLUDES) $(CFLAGS) -c $<
main.o: ../main/main.c
$(CC) $(INCLUDES) $(CFLAGS) -c $<
socket.o: socket.c socket.o: socket.c
$(CC) $(INCLUDES) $(CFLAGS) -c $< $(CC) $(INCLUDES) $(CFLAGS) -c $<

Loading…
Cancel
Save