On 09/13/2010 02:51 PM, Adhyas Avasthi wrote:
Alright, so I updated the version of make to what you have(3.81 GNU Make built for x86_64-redhat-linux-gnu)
What OS are you running?
When I build the RC1 image now, I get a bunch of compile time errors (different than what I saw before). Reproduced below. Not sure if this is because RC1 code has issues or something to do with my environment. GEN libhw64/qemu-options.def CC libhw64/vl.o CC libhw64/loader.o /auto/cats5/adavasth/svn/qemu-0.13.0-rc1/loader.c:45:16: error: hw.h: No such file or directory
Your build environment is fubar. Regards, Anthony Liguori
In file included from /auto/cats5/adavasth/svn/qemu-0.13.0-rc1/loader.c:46: /auto/cats5/adavasth/svn/qemu-0.13.0-rc1/disas.h:28: error: expected declaration specifiers or '...' before 'target_phys_addr_t' In file included from /auto/cats5/adavasth/svn/qemu-0.13.0-rc1/loader.c:50: /auto/cats5/adavasth/svn/qemu-0.13.0-rc1/loader.h:7: error: expected declaration specifiers or '...' before 'target_phys_addr_t' /auto/cats5/adavasth/svn/qemu-0.13.0-rc1/loader.h:12: error: expected declaration specifiers or '...' before 'target_phys_addr_t' /auto/cats5/adavasth/svn/qemu-0.13.0-rc1/loader.h:13: error: expected declaration specifiers or '...' before 'target_phys_addr_t' /auto/cats5/adavasth/svn/qemu-0.13.0-rc1/loader.h:14: error: expected declaration specifiers or '...' before 'target_phys_addr_t' /auto/cats5/adavasth/svn/qemu-0.13.0-rc1/loader.h:15: error: expected declaration specifiers or '...' before 'target_phys_addr_t' /auto/cats5/adavasth/svn/qemu-0.13.0-rc1/loader.h:18: error: expected declaration specifiers or '...' before 'target_phys_addr_t' /auto/cats5/adavasth/svn/qemu-0.13.0-rc1/loader.h:20: error: expected declaration specifiers or '...' before 'target_phys_addr_t' /auto/cats5/adavasth/svn/qemu-0.13.0-rc1/loader.h:25: error: expected declaration specifiers or '...' before 'target_phys_addr_t' /auto/cats5/adavasth/svn/qemu-0.13.0-rc1/loader.h:27: error: expected declaration specifiers or '...' before 'target_phys_addr_t' /auto/cats5/adavasth/svn/qemu-0.13.0-rc1/loader.h:30: error: expected declaration specifiers or '...' before 'target_phys_addr_t' /auto/cats5/adavasth/svn/qemu-0.13.0-rc1/loader.h:31: error: expected ')' before 'addr' /auto/cats5/adavasth/svn/qemu-0.13.0-rc1/loader.c:51:20: error: fw_cfg.h: No such file or directory /auto/cats5/adavasth/svn/qemu-0.13.0-rc1/loader.c:53: error: stray '##' in program /auto/cats5/adavasth/svn/qemu-0.13.0-rc1/loader.c:53: error: expected '=', ',', ';', 'asm' or '__attribute__' before'<' token (and the errors follow). Thanks, Adhyas