RevoGirl / RevoBoot

The RevoBoot-loader project
http://revogirl.wordpress.com/
Other
50 stars 138 forks source link

1.0.18 and static cpu data #16

Open ghost opened 13 years ago

ghost commented 13 years ago

Hi All

When I go for dynamic data collection for the CPU all compiles fine and works great. When I try to compile for static cpu data I get the following error in terminal: ... cc -Os -Oz -arch i386 -g -Wmost -DARCHITECTURE=\"i386\" -DSAIO_INTERNAL_USER -DRCZ_COMPRESSED_FILE_SUPPORT -DNOTHING -DREVOBOOT_VERSION_INFO=\"RevoBoot\ vcat ../../VERSION\" -DMAKE_TARGET_OS=echo 3; -fno-builtin -static -mpreferred-stack-boundary=2 -fno-align-functions -fno-stack-protector -march=pentium4 -msse2 -mfpmath=sse -msoft-float -c -I. -I/Users/dave/RevoBoot/sym/i386 -I../util -I../libsa cpu.c -o /Users/dave/RevoBoot/obj/i386/libsaio/cpu.o \ -MD -dependency-file /Users/dave/RevoBoot/obj/i386/libsaio/cpu.d In file included from cpu.c:173: cpu/intel/static_data.h: In function ‘initCPUStruct’: cpu/intel/static_data.h:27: error: ‘struct CPU’ has no member named ‘MinBusRatio’ make[2]: * [cpu.o] Error 1 make[1]: * [all] Error 2 make: *\ [all] Error 2

Any ideas?

Thanks

Dave

RevoGirl commented 13 years ago

Yeah Jeroen forgot something. Let me solve this... Okay. Please pull again. Should be fine again.