boss.Java_sample (1.0) | 2008-01-21 16:42 |
nerve.client_sample (Beta_1) | 2008-05-26 12:19 |
see http://www.netbsd.org/docs/guide/en/chap-build.html#chap-boot-cross-compiling-kernel for datails
The concrete example that you should do
env CVS_RSH=ssh cvs -d:ext:anoncvs@anoncvs.NetBSD.org:/cvsroot co -r netbsd-2-0 srcIt is more better that you use cvs mirror. see http://www.netbsd.org/mirrors/#anoncvs.
cd src
./build.sh -m evbsh3-eb tools ./build.sh -u -U -m evbsh3-eb build
setenv TOOLDIR /where/you/build setenv DESTDIR /where/you/build"/where/you/build" is maybe printed out at end of "./build.sh"
set path=(${TOOLDIR}/bin ${path})
#include <stdio.h> #include <stdlib.h> int main(int argc, char **argv){ printf("Hello, RPU-50 cross develop world!!\n"); return EXIT_SUCCESS; }
MAKEOBJDIR=. PROG=hello MAN= SRCS= hello.c .include <bsd.prog.mk>
% nbmake-evbsh3
sox coco_15.wav -x -r 22050 -s -w -c2 coco_15.raw