avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: R: [avr-gcc-list] Function pointers on > 128 KiB devices, how to?


From: Joerg Wunsch
Subject: Re: R: [avr-gcc-list] Function pointers on > 128 KiB devices, how to?
Date: Thu, 21 Jan 2010 20:32:19 +0100 (MET)

"palmerino tallarico" <address@hidden> wrote:

> The solution suggested works possibly with the application code
> written but we have the same error using the call to the printf
> library functions.  Typically the linker puts these functions at the
> end, so in the upper 128K.  The trampoline fails anyway.

That's the situation the trampoline is really meant to resolve.

What compiler and library version are you using?  There's been an
issue with printf some time ago (I think this was triggered by using a
variadic function where arguments are passed on the stack, while
normal functions with register argument passing did work fine), but
that's supposed to be resolved.

What is "the same error" to you?  Can you send example code?

-- 
cheers, J"org               .-.-.   --... ...--   -.. .  DL8DTL

http://www.sax.de/~joerg/                        NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]