> The include path is wrong. Are you sure you didn't run any other > commands than the ones you quoted above? > > There should be a "machine" symlink in > obj-amd64-xen/buildrump.sh/sys/rump/kern/lib/libsys_linux and cpu.h > should be found from where that link points to, not from > sys/rump/include/machine.
Problem solved! I found that I have add an extra command in the .bashrc file as below: ``` export C_INCLUDE_PATH=$C_INCLUDE_PATH:/usr/local/include/:/root/dyk/src-netbsd/sys/rump ``` After I comment it, everything seems all right! Thank you very much! Best regards, ykdu
