[mc1322x] some small issues so far

Dean Hall dwhall256 at gmail.com
Sat Apr 17 23:28:29 EDT 2010


I know I'm driving down a different development path, so I can't tell  
if the issues I'm running into are due to me or if they're something  
someone else might run into as well.  So I'll just put the information  
out there and hope it makes sense.

I'm new to git, so I don't know how to convey what codebase I'm using.
I did this: $ git clone git://git.devl.org/git/malvira/libmc1322x.git
and the top of git log is:
	commit 18d898d96731a94b21035862e4dbdc3688a55133
	Author: Mariano Alvira <mar at devl.org>
	Date:   Thu Apr 8 12:17:21 2010 -0400

Then I do this:
$ cd libmc1322x/tests
$ make BOARD=rebee-econotag

One issue I'd like to raise is that the Makefile build system  
continues to build despite some pretty important errors.  Here are  
four things that I've needed to fix along the way; I estimate that #1  
& #2 below would apply to everybody, but #3 & #4 are due to my  
environment:

1) Removed "-msoft-float" from config.mk (per info from http://embdev.net/topic/129363 
  (grep "2007-04-07 22:36"))
2) Changed printf format strings with lx to x in lib/maca.c and tests/ 
tests.c
3) Commented away "FILE *stderr" in tests/printf.c due to syntax error  
(I might be picking up the wrong definition of FILE).
4) Changed "#!/usr/bin/perl -w" to "#!/usr/bin/env perl -w" in tools/ 
mc1322x-load.pl so that the first perl executable in my path was used.

!!Dean



More information about the mc1322x mailing list