Hello from Gregg C Levine I don't understand. Your are porting Adam's stack to the MSP430? Have you checked his site for downloads? For that matter have you contacted the site he mentions? As I recall the person's first name for the MSP430 port was Ian, I don't remember the last name.
I strongly suggest you contact Adam himself, and ask who his contact was, (or is), regarding the MSP430 efforts. ------------------- Gregg C Levine hansolofal...@worldnet.att.net ------------------------------------------------------------ "The Force will be with you...Always." Obi-Wan Kenobi "Use the Force, Luke." Obi-Wan Kenobi > -----Original Message----- > From: mspgcc-users-ad...@lists.sourceforge.net [mailto:mspgcc-users- > ad...@lists.sourceforge.net] On Behalf Of Aaron Peterson > Sent: Tuesday, July 27, 2004 12:51 PM > To: mspgcc-users@lists.sourceforge.net > Subject: [Mspgcc-users] linker problem > > i am currently trying to port adam dunkels uip code to the msp430-gcc > compiler. i have posted a request for where i might find bill > knight's port but nobody has responded. here is an error i get when > trying link the object files together. i had this same problem with > the way the ethernet address was declared in the file uip_arp.c > > struct uip_eth_addr uip_ethaddr = {{UIP_ETHADDR0, > UIP_ETHADDR1, > UIP_ETHADDR2, > UIP_ETHADDR3, > UIP_ETHADDR4, > UIP_ETHADDR5}}; > > i had to comment this out and in the uipopt.h file and define > UIP_FIXETHADDR to be 0. is there somebody out there who is familiar > with this type of linking error that could possibly kick down some > insight. > > msp430-gcc -Wall -mmcu=msp430x149 -g -Os -c -o fs.o fs.c > msp430-gcc -Wall -mmcu=msp430x149 -g -Os -c -o httpd.o httpd.c > msp430-gcc -Wall -mmcu=msp430x149 -g -Os -o yep main.o cs8900a.o uip.o > uip_arch.o uip_arp.o cgi.o fs.o httpd.o > msp430-ld: section .fini9 [00004d8e -> 00004d8f] overlaps section > .data [00004d8e -> 00004da5] > msp430-ld: section .fini0 [00004d90 -> 00004d95] overlaps section > .data [00004d8e -> 00004da5] > msp430-ld: section .init0 [00004d96 -> 00004d9b] overlaps section > .data [00004d8e -> 00004da5] > msp430-ld: section .init2 [00004d9c -> 00004db5] overlaps section > .data [00004d8e -> 00004da5] > make: *** [yep] Error 1 > > thanks, > aaron > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > _______________________________________________ > Mspgcc-users mailing list > Mspgcc-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/mspgcc-users