You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@harmony.apache.org by Tony Wu <wu...@gmail.com> on 2008/10/31 08:27:08 UTC

[Build]Problem on Mac OS

Hi, all

IIRC Harmony was compatible with mac. but I just came across a build
problem on Mac when I try to build Harmony. It's a assemble problem
which I'm not familiar with, do you know what happened there?

-build-native-thread:
     [echo] Making "" in
/Users/tonywu/trunk/modules/portlib/src/main/native/thread/unix
     [exec] as   -o x86/thrhelp.o x86/thrhelp.s
     [exec] x86/thrhelp.s:37:Unknown pseudo-op: .type
     [exec] x86/thrhelp.s:37:Rest of line ignored. 1st junk character
valued 104 (h).
     [exec] x86/thrhelp.s:39:Unknown pseudo-op: .type
     [exec] x86/thrhelp.s:39:Rest of line ignored. 1st junk character
valued 99 (c).
     [exec] x86/thrhelp.s:41:Unknown pseudo-op: .type
     [exec] x86/thrhelp.s:41:Rest of line ignored. 1st junk character
valued 104 (h).
     [exec] x86/thrhelp.s:70:Unknown pseudo-op: .size
     [exec] x86/thrhelp.s:70:Rest of line ignored. 1st junk character
valued 99 (c).
     [exec] x86/thrhelp.s:95:Unknown pseudo-op: .size
     [exec] x86/thrhelp.s:95:Rest of line ignored. 1st junk character
valued 104 (h).
     [exec] x86/thrhelp.s:120:Unknown pseudo-op: .size
     [exec] x86/thrhelp.s:120:Rest of line ignored. 1st junk character
valued 104 (h).
     [exec] make: *** [x86/thrhelp.o] Error 1

-- 
Tony Wu
China Software Development Lab, IBM

Re: [Build]Problem on Mac OS

Posted by Nathan Beyer <nd...@apache.org>.
Harmony is NOT runnable or buildable on Mac OS X. Occasionally, I and
other try to get things going, but I've never heard of a complete
build succeeding and then running.

-Nathan

On Fri, Oct 31, 2008 at 2:27 AM, Tony Wu <wu...@gmail.com> wrote:
> Hi, all
>
> IIRC Harmony was compatible with mac. but I just came across a build
> problem on Mac when I try to build Harmony. It's a assemble problem
> which I'm not familiar with, do you know what happened there?
>
> -build-native-thread:
>     [echo] Making "" in
> /Users/tonywu/trunk/modules/portlib/src/main/native/thread/unix
>     [exec] as   -o x86/thrhelp.o x86/thrhelp.s
>     [exec] x86/thrhelp.s:37:Unknown pseudo-op: .type
>     [exec] x86/thrhelp.s:37:Rest of line ignored. 1st junk character
> valued 104 (h).
>     [exec] x86/thrhelp.s:39:Unknown pseudo-op: .type
>     [exec] x86/thrhelp.s:39:Rest of line ignored. 1st junk character
> valued 99 (c).
>     [exec] x86/thrhelp.s:41:Unknown pseudo-op: .type
>     [exec] x86/thrhelp.s:41:Rest of line ignored. 1st junk character
> valued 104 (h).
>     [exec] x86/thrhelp.s:70:Unknown pseudo-op: .size
>     [exec] x86/thrhelp.s:70:Rest of line ignored. 1st junk character
> valued 99 (c).
>     [exec] x86/thrhelp.s:95:Unknown pseudo-op: .size
>     [exec] x86/thrhelp.s:95:Rest of line ignored. 1st junk character
> valued 104 (h).
>     [exec] x86/thrhelp.s:120:Unknown pseudo-op: .size
>     [exec] x86/thrhelp.s:120:Rest of line ignored. 1st junk character
> valued 104 (h).
>     [exec] make: *** [x86/thrhelp.o] Error 1
>
> --
> Tony Wu
> China Software Development Lab, IBM
>