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

Unable to build (Windows 11 MINGW64) #192

Open
GamingStuff30 opened this issue Oct 27, 2024 · 0 comments
Open

Unable to build (Windows 11 MINGW64) #192

GamingStuff30 opened this issue Oct 27, 2024 · 0 comments

Comments

@GamingStuff30
Copy link

When I try to build I get this error:

[1800/2306] Compiling C object libqemu-arm-softmmu.fa.p/hw_arm_ipod_touch_chipid.c.obj
../hw/arm/ipod_touch_chipid.c: In function 'ipod_touch_chipid_read':
../hw/arm/ipod_touch_chipid.c:17:70: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'hwaddr' {aka 'long long unsigned int'} [-Wformat=]
   17 |             hw_error("%s: reading from unknown chip ID register 0x%08x\n", __func__, addr);
      |                                                                   ~~~^               ~~~~
      |                                                                      |               |
      |                                                                      unsigned int    hwaddr {aka long long unsigned int}
      |                                                                   %08llx
[1801/2306] Compiling C object libqemu-arm-softmmu.fa.p/hw_arm_ipod_touch_gpio.c.obj
../hw/arm/ipod_touch_gpio.c: In function 's5l8900_gpio_write':
../hw/arm/ipod_touch_gpio.c:6:25: warning: unused variable 's' [-Wunused-variable]
    6 |     IPodTouchGPIOState *s = (struct IPodTouchGPIOState *) opaque;
      |                         ^
../hw/arm/ipod_touch_gpio.c: In function 's5l8900_gpio_read':
../hw/arm/ipod_touch_gpio.c:16:41: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'hwaddr' {aka 'long long unsigned int'} [-Wformat=]
   16 |     printf("%s: read from location 0x%08x\n", __func__, addr);
      |                                      ~~~^               ~~~~
      |                                         |               |
      |                                         unsigned int    hwaddr {aka long long unsigned int}
      |                                      %08llx
ninja: build stopped: subcommand failed.
make: *** [Makefile:162: run-ninja] Error 1

I have tried to redownload the git and recompile but I get the same error

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