Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.0.18 and static cpu data #16

Open
ghost opened this issue Jun 13, 2011 · 1 comment
Open

1.0.18 and static cpu data #16

ghost opened this issue Jun 13, 2011 · 1 comment

Comments

@ghost
Copy link

ghost commented Jun 13, 2011

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 -D__ARCHITECTURE__="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
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant