c - Mac OS X: If there's a header needed when compile linux kernel, but os x doesn't have, where should I put it to? -
here's situation: using mac compile linux kernel arm board, how happened:
arch/arm/vdso/vdsomunge.c:48:10: fatal error: 'byteswap.h' file not found
i googled , find out mac doesn't have 'byteswap.h', download 'byteswap.h' version based on 'osbyteorder.h' write others, don't know put header.
any 1 can help?
answer myself: put in /usr/include, , problem solved.
Comments
Post a Comment