Hello list,
sorry I have interpret the messages in a wrong way, now I found
the problem, and a way to fix it.
flash_address could not found by some of the cfi functions:
__inline__ u32 flash_address(flash_bank_t *bank, int sector, u32 offset)
{
/* while the sector list isn't built, only accesses to sector 0 work */
For testing I have replace the __inline__ by static like:
static u32 flash_address(flash_bank_t *bank, int sector, u32 offset)
{
/* while the sector list isn't built, only accesses to sector 0 work */
Now the linker is happy, but I do not know which effect this have in
case of performance.
Even the problem exist with Xcode 3.1.2 if I do not change the __inline__
Best regards,
Michael
-----Ursprungliche Nachricht-----
Von: [email protected]
[mailto:[email protected]]im Auftrag von Zach
Welch
Gesendet: Donnerstag, 7. Mai 2009 22:31
An: Michael Fischer
Cc: Openocd-Dev
Betreff: Re: [Openocd-development] Mac OS X: Broken build 1621 and above
(part 2)
On Thu, 2009-05-07 at 21:27 +0200, Michael Fischer wrote:
> Hello List,
>
> the problem with r1621 can be solved if AC_PROG_CC_C99
> is removed from configure.in. In this cas we have r1620.
>
> But this is not solving the problem in the last version
> r1649 if I remove AC_PROG_CC_C99 here too.
Can you provide more details about the C99 breakage? You are the first
person to report a problem, so I figure there is a workaround Darwin.
Cheers
Zach
_______________________________________________
Openocd-development mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development
_______________________________________________
Openocd-development mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development