[uClinux-dev] Weak symbols problem

2007-10-09 Thread Stanislav Meduna
Hi, I am trying to compile a C++ program using templates for uClinux. I get massive problems with weak symbols - it looks like the elf2flt and/or ld is not able to use the weak symbols. The toolchain is a self-compiled binutils 2.17, gcc 4.2.1-based one. Compiling and linking the files in attach

[uClinux-dev] sendto does not work, send and sendmsg do

2007-10-09 Thread Stanislav Meduna
Hi, are there known problems with the (UDP) sendto method and/or with ABI accessing syscalls with more arguments? The following gives back EINVAL: int sock = socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP); struct sockaddr_in sock_addr; memset(sock_addr, 0, sizeof(sock_addr));

Re: [uClinux-dev] Is the uClinux crowd aware of this? http://hri.sf.net

2007-10-09 Thread ulf kypke
hi erwin, this is a great website you have! i worked with uclinux on the isl3893 and some other arm based wireless devices (dwl900, samsung arm), but have not the skills to provide changes or even new updated code. anyhow, greatings to austria are you involved in funkfeuer / olsrd? cu ulf

Re: [uClinux-dev] Multiple channels on QSPI, using mcf_qspi.c driver

2007-10-09 Thread Bob Grimes
Hi Edgar, Sorry, I was away a few days. Immediately prior to going away, I did indeed try that, as the polling overhead is no problem for me, and given that most transfers are only a few bytes, might actually be faster. It worked fine in a few quick trials, so I sent it to my client. He's been