In having an issue with eclipse and atof (atoi and atol work fine).
I have a number of products which were developed for the JN5148 using eclipse. I have been moving them over to the 5168 as required and have not had an issue until now - this is the first code which has used string to number conversion.
The descriptions of the problems are:
/ba-tools/b-gcc/ba-elf/ba2/newlib/libc/sys/basim/../../../../../../../gcc-4.1.2-ba-r8352/newlib/libc/sys/basim/glue.c undefined reference to `_end' line 129 C/C++ Problem
/ba-tools/b-gcc/ba-elf/ba2/newlib/libc/sys/basim/../../../../../../../gcc-4.1.2-ba-r8352/newlib/libc/sys/basim/glue.c undefined reference to `_stack' line 129 C/C++ Problem
Has anybody hit this snag before and fixed it?