From: Erich W. <ew....@na...> - 2011-02-01 20:23:35
|
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 |