--- test/BSDmakefile Sun Mar 30 06:01:30 2014 +++ RealTimeClock/BSDmakefile Sat Mar 29 21:16:53 2014 @@ -67,7 +67,7 @@ # # To use the SD library: # LIBRARIES=SD File utility/SdFile utility/SdVolume utility/Sd2Card -LIBRARIES= +LIBRARIES=TM1636 ClockShield EEPROM Wire TimerOne MsTimer2 utility/twi # Arduino variant, one of: "eightanaloginputs", "leonardo", "mega", # "micro" or "standard". @@ -123,7 +123,7 @@ $(CSTANDARD) $(CEXTRA) $(CTUNING) CXXFLAGS = $(CDEFS) $(CINCS) -O$(OPT) #ASFLAGS = -Wa,-adhlns=$(<:.S=.lst),-gstabs -LDFLAGS = -lm -Wl,--gc-sections +LDFLAGS = -lc -lm -lc -Wl,--gc-sections # Programming support using avrdude. Settings and variables.