2008-12-01 09:30:25 DynDNS
Tihomir Culjaga (CROATIA)
Message: 66086
Hello,
did anyone manage to make it working?
Tihomir.
QuoteReplyEditDelete
2008-12-01 10:05:37 Re: DynDNS
Tihomir Culjaga (CROATIA)
Message: 66088
forget about this... made it working
http://cdn.dyndns.com/inadyn.zip
it compiled without any problem.
QuoteReplyEditDelete
2008-12-01 11:39:18 Re: DynDNS
Mike Frysinger (UNITED STATES)
Message: 66093
are you asking a question or are you saying that dyndns works fine for you ?
QuoteReplyEditDelete
2008-12-01 12:28:39 Re: DynDNS
Tihomir Culjaga (CROATIA)
Message: 66097
i asked a question while in the meantime i managed to make it working with inadyn....
everytihng is fine.
Thanks.
QuoteReplyEditDelete
2008-12-01 16:05:55 Re: DynDNS
Tihomir Culjaga (CROATIA)
Message: 66110
and this is how it is done:
get the source from http://cdn.dyndns.com/inadyn.zip
edit inadyn/makefile and set:
COMPILE=/path/to/your/bfin-linux-uclibc-gcc -Wall -pedantic -c $(ARCH_SPECIFIC_CFLAGS) $(CFLAGS) -o "$(OUTDIR)/$(*F).o" $(CFG_INC) "$<"
LINK=/path/to/your//bfin-linux-uclibc-gcc $(CFLAGS) -o "$(OUTFILE)" $(OBJ) $(CFG_LIB) $(ARCH_SPECIFIC_LIBS)
and just make!
It will create a binary under inadyn/bin/linux
chears!