Re: [Sdcc-user] pointer reference stays empty

2009-07-06 Thread Maarten Brock
Hello Bart, I agree with Bodo. Xdata is probably not set up correctly. Does your mcu have internal xdata? And do you need to enable it? Otherwise I expect your real external ram not to be working. You should not need to initialize malloc, it's probably ok. Greets, Maarten > Hi Bart, > > Your an

Re: [Sdcc-user] [function pointer bug]The function pointer in struct located in code segment cannot work.

2009-07-06 Thread Maarten Brock
Hi, It looks like you think you've found a bug. Posting it in the user mailing list might get you a quick answer. But if not, it is bound to be forgotten. Bugs should be reported in the bug tracker system. Please repost. Maarten > Hi all, > > We use SDCC with our project and we encountered some