On Mon, Jul 21, 2014 at 10:36:04PM +0300, Stathis mozbery se lew wrote:
Dear list,
Hi!
I would like to ask the currently status of MITM
implementation on SIMtrace?
it is not implemented and from what I know nobody is working on it.
In the usb-device-ccid-project directory when I am
trying to use "make" i am getting the following error:
user@ubuntu:~/at91work/usb-device-ccid-project$ make
cc -g -Os -I../at91lib/boards/simtrace -I../at91lib/peripherals -I../at91lib/components
-I../at91lib -Dat91sam7s128 -D__ASSEMBLY__ -Dflash_dfu -c -o
obj/flash_dfu_board_cstartup.o ../at91lib/boards/simtrace/board_cstartup.S
../at91lib/boards/simtrace/board_cstartup.S: Assembler messages:
../at91lib/boards/simtrace/board_cstartup.S:55: Error: unknown pseudo-op: `.arm'
"cc" is likely your host compiler and generates ia-32/AMD64 code. It
doesn't
know about ARM. Please take a look at the Makefile and see how you pass in the
cross compiler. E.g. with the Linux kernel it is something like
CROSS_COMPILE=arm-...- make
I assume it is similar with this project.
kind regards
holger