RevoGirl / RevoBoot

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

Compile error with latest 1.0.35 #25

Open ghost opened 12 years ago

ghost commented 12 years ago

Hi Sam

Thanks for the latest updates. I get a compile error with Xcode 4.3.1 on 10.7.3 (make lion): Merlin:revoboot dave$ make lion ================= make all for i386 ================= /Users/dave/revoboot/obj/i386 /Users/dave/revoboot/sym/i386 /Users/dave/revoboot/dst ================= make all for util ================= ================= make all for libsa ================= ================= make all for libsaio ================= 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 2; -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 bootstruct.c -o /Users/dave/revoboot/obj/i386/libsaio/bootstruct.o \ -MD -dependency-file /Users/dave/revoboot/obj/i386/libsaio/bootstruct.d clang: warning: argument unused during compilation: '-mpreferred-stack-boundary=2' clang: warning: argument unused during compilation: '-fno-align-functions' clang: warning: argument unused during compilation: '-mfpmath=sse' bootstruct.c:188:12: error: no member named 'FSBFrequency' in 'struct boot_args_new' bootArgs->FSBFrequency = gPlatform.CPU.FSBFrequency;


1 error generated.
make[2]: **\* [bootstruct.o] Error 1
make[1]: **\* [all] Error 2
make: **\* [all] Error 2
RevoGirl commented 12 years ago

Hi,

Oops. Seems like I forgot to move two lines. Should be fixed now though I have yet to compile it myself

Thanks.