Hi, > - unpack avra, I am using: > > git clone git://avra.git.sourceforge.net/gitroot/avra/avra avra > > cd avra/src > make -f makefile/Makefile.linux clean > make -f makefile/Makefile.linux > > you should get a working "avra" in the src directory, try:
$ make -f ./makefiles/Makefile.linux LDFLAGS='' $ ./avra --version AVRA: advanced AVR macro assembler Version 1.3.0 Build 1 (8 May 2010) ... it's makefiles/... with 's'. On amd64 I currently need the trailing LDFLAGS='' to remove the "-s" compiler option. Otherwise I get a relocation error. Using strip separately afterwards is save. Erich ------------------------------------------------------------------------------ Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! Finally, a world-class log management solution at an even better price-free! Download using promo code Free_Logger_4_Dev2Dev. Offer expires February 28th, so secure your free ArcSight Logger TODAY! http://p.sf.net/sfu/arcsight-sfd2d _______________________________________________ Amforth-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/amforth-devel
