MITM / USB CCID card reader

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/simtrace@lists.osmocom.org/.

Holger Hans Peter Freyther holger at freyther.de
Tue Jul 22 07:21:40 UTC 2014


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 at 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





More information about the simtrace mailing list