photomattmills / proxmark3

Automatically exported from code.google.com/p/proxmark3
0 stars 0 forks source link

Current build from subversion does not compile under windows xp #11

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I am running a fresh instance of Windows XP SP2 inside a VM.  I've 
retreived the latest version from subversion and the latest windows build 
environment.  When I try to compile the armsrc I receive the following 
error. 

C:\prox-dev\proxmark\cockpit>1makearm.bat

C:\prox-dev\proxmark\cockpit>REN @echo off
The system cannot find the file specified.

C:\prox-dev\proxmark\cockpit>call _checkmake
**************
*** armsrc ***
**************
perl ../tools/mkversion.pl .. > version.c || 
copy ../common/default_version.c ve
rsion.c
arm-elf-gcc -c -I../include -Wall -Werror -pedantic -std=gnu99 -O6 -
DWITH_ISO156
93 -DWITH_ISO14443a -DWITH_ISO14443b -mthumb -mthumb-interwork -o 
obj/version.o
version.c
arm-elf-gcc -c -I../include -Wall -Werror -pedantic -std=gnu99 -O6 -
DWITH_ISO156
93 -DWITH_ISO14443a -DWITH_ISO14443b -mthumb-interwork -o obj/legicrf.o 
legicrf.
c
cc1.exe: warnings being treated as errors
legicrf.c: In function 'LegicRfSimulate':
legicrf.c:189: warning: 'r_data' may be used uninitialized in this function
legicrf.c:188: warning: 'r_size' may be used uninitialized in this function
legicrf.c:189: warning: 'r_data' may be used uninitialized in this function
legicrf.c:188: warning: 'r_size' may be used uninitialized in this function
make: *** [obj/legicrf.o] Error 1
C:\prox-dev\proxmark\cockpit>

Original issue reported on code.google.com by RLHeinem...@gmail.com on 10 Nov 2009 at 10:50

GoogleCodeExporter commented 8 years ago
Please close this issue.  There is something messed up with my system.  I 
retried 
this process inside a fresh install of windows XP (under a VM) and it went 
smoothly.  The one thing that I needed to do that is not spelled out in the 
Wiki 
that I need to issue a make clean for the three directories armsrc, bootrom and 
winsrc.

Original comment by RLHeinem...@gmail.com on 12 Nov 2009 at 2:58

GoogleCodeExporter commented 8 years ago
It's now fixed anyways, the variables are assigned on declaration now. 

Original comment by henryk.m...@googlemail.com on 23 Dec 2009 at 6:03