Running Arch Linux Arm on my Beagleboad xM I'm trying to set up a web server to listen for commands, however whenever I try to compile a program that requires "netinet/in.h" it outputs the following errors:
netTest.cpp:(.text+0x14c): undefined reference to `__cxa_end_cleanup'
/tmp/ccaJk7mW.o:(.ARM.extab+0x0): undefined reference to `__gxx_personality_v0'
Am I missing something? Can you compile on ARM? Any help is greatly appreciated, thanks!