On 10 September 2010 09:59, Eric Christopher <echristo at apple.com> wrote:> I'd be curious what this says the invocation for your assembler is - it should be a bug that it's not calling the right assembler if you passed it the right information. What's your arm assembler named?Good point. I thought -ccc-gcc-name would guess the assembler from what I passed, but running with -v I see it's using /usr/bin/as ... What is the option to tell it to use a specific assembler? -ccc-as-name or -cc-gas-name? -- cheers, --renato http://systemcall.org/ Reclaim your digital rights, eliminate DRM, learn more at http://www.defectivebydesign.org/what_is_drm
On Sep 10, 2010, at 3:06 AM, Renato Golin wrote:> On 10 September 2010 09:59, Eric Christopher <echristo at apple.com> wrote: >> I'd be curious what this says the invocation for your assembler is - it should be a bug that it's not calling the right assembler if you passed it the right information. What's your arm assembler named? > > Good point. I thought -ccc-gcc-name would guess the assembler from > what I passed, but running with -v I see it's using /usr/bin/as ... > > What is the option to tell it to use a specific assembler? > -ccc-as-name or -cc-gas-name? >There isn't one at the moment, ideally it should figure it out, but I haven't looked much into it - it may be that this isn't working yet. -eric
> There isn't one at the moment, ideally it should figure it out, but I haven't looked much into it - it may be that this isn't working yet.I should say that I'm still a bit confused: Is it possible to build for ARM CPUs now? 1/ from which hosts (x86-*-* ?) 2/ for which targets (arm-*-* ?) 3/ what are the supported tools for ARM targets: a/ llvm-gcc (gcc 4.2)? b/ dragonegg (gcc 4.5)? c/ clang? Thanks, Manu