[cfe-dev] cant build trunk on macbook pro

Daniel Dunbar daniel at zuster.org
Thu Aug 19 09:06:13 PDT 2010


This is a problem with the OCaML bindings, you can just configure with
--disable-bindings to work around it.

 - Daniel

On Wed, Aug 18, 2010 at 11:13 AM, Ramneek Handa <onewastedlife at gmail.com> wrote:
> thanks for the pointer dale..
> On 19-Aug-2010, at 1:48 AM, Dale Johannesen wrote:
>
>> These are assembler errors, and indicate the assembler is being invoked for x86-64 but the generated assembly language is for
>> something else, probably x86-32.   Some kind of configuration error.
>>
>> On Aug 18, 2010, at 10:39 AMPDT, Ramneek Handa wrote:
>>
>>> I am guessing this is llvm error? should i be posting to llvm mailing list?
>>>
>>> Regards,
>>> Ramneek
>>>
>>> llvm[3]: Building Debug+Asserts Archive Library libllvm.a
>>> llvm[3]: Building Debug+Asserts libllvm.a
>>> llvm[3]: Archiving llvm.cma for Debug+Asserts build
>>> /var/folders/VT/VTgg0ie7EtagogxDrxdDGE+++TI/-Tmp-/camlasm1b5a04.s:698:suffix or operands invalid for `call'
>>> /var/folders/VT/VTgg0ie7EtagogxDrxdDGE+++TI/-Tmp-/camlasm1b5a04.s:702:suffix or operands invalid for `push'
>>> /var/folders/VT/VTgg0ie7EtagogxDrxdDGE+++TI/-Tmp-/camlasm1b5a04.s:703:32-bit absolute addressing is not supported for x86-64
>>> /var/folders/VT/VTgg0ie7EtagogxDrxdDGE+++TI/-Tmp-/camlasm1b5a04.s:703:cannot do signed 4 byte relocation
>>> /var/folders/VT/VTgg0ie7EtagogxDrxdDGE+++TI/-Tmp-/camlasm1b5a04.s:727:suffix or operands invalid for `push'
>>> /var/folders/VT/VTgg0ie7EtagogxDrxdDGE+++TI/-Tmp-/camlasm1b5a04.s:728:32-bit absolute addressing is not supported for x86-64
>>> /var/folders/VT/VTgg0ie7EtagogxDrxdDGE+++TI/-Tmp-/camlasm1b5a04.s:728:cannot do signed 4 byte relocation
>>> _______________________________________________
>>> cfe-dev mailing list
>>> cfe-dev at cs.uiuc.edu
>>> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
>>
>
>
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
>




More information about the cfe-dev mailing list