Skip to content

Can't compile http-server with mingw64 for the armv3l #2751

Discussion options

You must be logged in to vote

There are tons of examples for arm with gcc. You are missing basic stdlib functions, you are not providing a proper standard library like newlib or equivalent to the linker, something the likes of --specs . Please learn your tools, know your system, learn how to build code for your system. We are not currently building for that architecture and compiler and Windows.

That example (all of them, btw) has a Makefile for a reason. Once you solve your current problem, you'll be missing Windows networking functions

CFLAGS += -lws2_32 # Link against Winsock library

You'll quite likely need to indicate the cpu, like

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by scaprile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants