JF Tetu schrieb: > Hello :), > > I'm a student using sdcc as my Z80 C Compiler. I built a simple > Single Board Computer with an EEPROM at 0x0000 to 0x1FFF and an SRAM > at 0x8000. I think I should use the CRT provided with the compiler but > it seams to be lacking a __initrleblock routine. Do you have any ideas > what should go in there ? I thinks it's supposed to > allocate/initialize arrays in external RAM... i'm not sure. > > Any advice, comments, pointers or explanations will be greatly > appreciated.
__initrleblock is not provided by crt0.o. AFAIK __initrleblock is in the library. I use a custom crt0.o without a __initrleblock, sdcc seems to take it from the library where needed. Philipp ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Sdcc-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sdcc-user
