Replies: 6 comments
-
Hello, builds for Windows 32 are currently not provided, since the platform is seldom used, and since supporting it would probably lead to the discovery of 32bit-only bugs (usually caused by int overflows and wrong structs alignment) and a lot of effort to fix them. If more people ask for win32 support, i'll add it to the list of supported platforms. You can cross-compile the software for win32 from a Linux platform in this way:
|
Beta Was this translation helpful? Give feedback.
-
Thank you for the reply. I successfully compiled for 32bits with the above command. However, when the exe is run on 32bit XP, I get an error "not a valid Win32 application" I referred the article on CrossCompilation. Still same error occurs even on small hello.go application. |
Beta Was this translation helpful? Give feedback.
-
Unfortunately Windows XP was last supported in Go 1.10, which is not compatible with rtsp-simple-server. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the clarification 👍 |
Beta Was this translation helpful? Give feedback.
-
Does that mean the windows_amd64 exe only supports Windows 7 and later 64bits systems? |
Beta Was this translation helpful? Give feedback.
-
yes, OS requirements are dictated by Go, but this means supporting almost all modern platforms and OSs (including all Linux distros, since binaries don't depend on libc). If you need a machine to host a server, the advice i always give is go buy a Raspberry Pi (35$) or either a VPS (40$/year). |
Beta Was this translation helpful? Give feedback.
-
Which version are you using?
v0.12.0
Which operating system are you using?
Windows
Question
I see on release page, assets only support Windows64 bits.
Can someone point me at the right direction?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions