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

Would it be possible to support the 32bit toolchain? #6

Closed
raysan5 opened this issue Apr 22, 2021 · 3 comments
Closed

Would it be possible to support the 32bit toolchain? #6

raysan5 opened this issue Apr 22, 2021 · 3 comments

Comments

@raysan5
Copy link

raysan5 commented Apr 22, 2021

I've been looking for a minimal MinGW 32bit toolchain for long time and this project looks perfect.

Every time I release a new version of raylib I create a small installer containing a portable self-contained environment to allow raylib C development on any Windows machine, mostly intended for my students but also for anyone that wants to develop in old computers (usually with a 32bit Window OS).

I already have a TCC package in under 40MB (raylib +120 examples resources are the bigger part in that package) but current MinGW-w64 package is around 100MB and I think your optimized toolchain can reduce that size providing an updated compiler version and toolset.

@skeeto
Copy link
Owner

skeeto commented Apr 23, 2021 via email

@raysan5
Copy link
Author

raysan5 commented Apr 25, 2021

@skeeto Thanks for the detailed explanation! No worries about it. At this moment I'm using MinGW-w64 with i686 toolchain GCC 8.1.0. I can wait for an updated version in a future.

@HuangShumin
Copy link

I already have a TCC package in under 40MB (raylib +120 examples resources are the bigger part in that package) but current MinGW-w64 package is around 100MB and I think your optimized toolchain can reduce that size providing an updated compiler version and toolset.

Hello, exceuse me here, did you mentioned the TCC is Tiny C Compiler?

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

3 participants