site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:cc:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:mime-version :subject:date:references:x-mailer; bh=YME+9z2N1otYe5h+t/of7YSVrHoQMjoyXBeyscE3LA4=; b=Lb552tfFcSQHTXePHAPXPyemA4bxU7ji3+cn1w12WhwdrdqFzutlWAU/tPxutJiB+x +LM1DS4v8nGsJR4ngZBcE6WrYurc3VEYWgplPu7YQ/lmoT5/yALTc6uxAL45L92teIZR X8uKYVkynbcKNAAQgbzxWaZZwKAF0Pnhpo2mo= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=cc:message-id:from:to:in-reply-to:content-type :content-transfer-encoding:mime-version:subject:date:references :x-mailer; b=ScaChmejDqEJkcQLyblpwATEJoTte7AltiYU+yMF0CJwZCfgBeYGmdMkdhkbTjWS0W Q9D4ADYuTP31RVgo0fPFHUrUQE+JSRz7Z/+53yFPneguVzdA38f+SrkoyabkOA0czPPI naBAU0KCvrhkJakZAylejKRauHsZRbeuMR2zY= Although the project supports both Linux and FreeBSD systems, however, on the latter it runs into this kind of error: -Tmp-//ccYQ9y4o.s:1073:Ignoring attempt to re-define symbol. make[2]: *** [obj_native/uaodv.o] Error 1 make[2]: Target `all' not remade because of errors. The MSPGCC itself was compiled whit: XCode 3.0 on OSX 10.5.4 gcc-3.3.6 with MSPGCC patches binutils-2.17 msp430-libc Giorgio _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... Use -save-temps and look at the line in the assembly that it is complaining about, then find the other label of the same name, and determine why the label is present twice. Inline levels and inline asm can both contribute to this type of issue. What I'm trying to do is to compile an open-source project under Mac OS; Surely it is an assembler error, but everything goes well if compile the very same project targeting the MSP430 platform, in that case using a MSPGCC compiler, successfully ported on Mac OS. Maybe, for my system's gcc compiler, some assembler or ASM libraries are missing. What I should looking for? This email sent to site_archiver@lists.apple.com