Hi I run into problem when compiling nasm source into elf and trying to merge it with some c-code. In the nasm source, all symbols have a underscore in front of it and tcc doesn't like that. I've tried -fleading_underscore, but then i get undefined symbols in all other symbols in the standard lib and main.
Is there any thing I can do about this other than rename all symbols in the nasm source? Regards /cjw -- _______________________________________________________________________________ "If A is success in life, then A equals x plus y plus z. Work is x; y is play; and z is keeping your mouth shut." - Albert Einstein _______________________________________________ Tinycc-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/tinycc-devel
