This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Compiler Memory Alignment Issue


On 2 February 2012 19:15, Richard Koch <n1gp@hotmail.com> wrote:
> I'm seeing an alignment issue when I'm incrementing a pointer.

> The target is a Technologics TS-7350 ARM920T (EP9302).

Ah, my favourite processor :)

> I'm wondering if there may be something I haven't set properly in the crosstool-ng's
> configuration?

I see

Target options -> Floating point -> hardware(FPU) which should almost
certainly be "softfp" as I doubt MaverickCrunch FPU code generation
works. That should also allow you to link objects with standard Debian
or whatever - it certainly won't work with the arm hardfloat ports
like debian armhf, which neds a VFP FPU.

Let me know if that makes any difference.

    M

--
For unsubscribe information see http://sourceware.org/lists.html#faq


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]