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

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -