Sorry, I was missing the second half of one sentence:
On Fri, Dec 17, 2010 at 08:12:32AM +0100, Harald Welte wrote:
On Fri, Dec 17, 2010 at 12:03:35AM +0100, ste7an wrote:
I ordered a SAM7-P64 board for running Simtrace (received board today, but still waiting for the REBELSIm connectors). When compiling the code (using Gnuarm3.4.3) I got two errors:
- the --g($DEBUGF) option was not understood; omitting this, made the
Makefile (for dfu and main) working 2) in /lib/vsprintf.c I had to add #include <limits.h> in order to prevent errors related to MAX_INT etc.
those are probably all related to the fact that
... you are using a different toolchain than the gnuarm-4.0.2 that we use for OsmocomBB as well as OpenPCD and SIMtrace cross-compilation.