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

sim/configs/rpserver/rpproxy_virtio: Change the sim 32bit to 64bit compilation #140

Merged
merged 1 commit into from
Jan 13, 2025

Conversation

wyr-7
Copy link
Contributor

@wyr-7 wyr-7 commented Jan 13, 2025

Summary

macOS doesn't support 32bit anymore, so change CONFIG_SIM_M32=n to support macOS and other platform.

Impact

support macOS compile sim.

Testing

Pass vela test.

…mpilation

1.macOS doesn't support 32bit anymore(CONFIG_SIM_M32=y)
2.fix b4bit compile warning:
CC:  ioexpander/ioe_rpmsg.c ioexpander/ioe_rpmsg.c:368:14: warning:
cast to 'void *' from smaller integer type 'int' [-Wint-to-void-pointer-cast]
      return (FAR void *)(ret + 1);
             ^~~~~~~~~~~~~~~~~~~~~

Signed-off-by: Yongrong Wang <[email protected]>
@xiaoxiang781216 xiaoxiang781216 merged commit b0e1bcf into open-vela:dev Jan 13, 2025
2 of 3 checks passed
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

Successfully merging this pull request may close these issues.

2 participants