Hi,

For a development project I need the following tools: 
http://www.develer.com/uclinux/uclinux-tools-20050221/
Is there a way to install the tools on OSX or do I need to build the tools from 
source on OSX.

If I need to build the whole thing, how do I get started?

I already downloaded the build-uclinux-tool.sh and executed it. Next I was told 
to do the following:

cd /Users/gino/arm-elf/uclinux-tools-20050221/uclinux-dist/linux-2.6.x
make ARCH=armnommu oldconfig
make dep

armnommnu doesn't exist so I tried arm, and it gives the following errors. It's 
possible that some headers are missing on OSX, but where can I find them and 
where do I put them?

output of : make ARCH=arm oldconfig

 HOSTCC  scripts/basic/fixdep
 HOSTCC  scripts/basic/split-include
 HOSTCC  scripts/basic/docproc
 HOSTCC  scripts/kconfig/conf.o
In file included from scripts/kconfig/conf.c:14:
scripts/kconfig/lkc.h:11:21: error: libintl.h: No such file or directory
scripts/kconfig/conf.c: In function ‘check_stdin’:
scripts/kconfig/conf.c:59: warning: implicit declaration of function ‘gettext’
scripts/kconfig/conf.c:59: warning: incompatible implicit declaration of 
built-in function ‘gettext’
scripts/kconfig/conf.c: In function ‘check_conf’:
scripts/kconfig/conf.c:473: warning: incompatible implicit declaration of 
built-in function ‘gettext’
scripts/kconfig/conf.c: In function ‘main’:
scripts/kconfig/conf.c:507: warning: incompatible implicit declaration of 
built-in function ‘gettext’
scripts/kconfig/conf.c:533: warning: incompatible implicit declaration of 
built-in function ‘gettext’
scripts/kconfig/conf.c:550: warning: incompatible implicit declaration of 
built-in function ‘gettext’
scripts/kconfig/conf.c:579: warning: incompatible implicit declaration of 
built-in function ‘gettext’
make[1]: *** [scripts/kconfig/conf.o] Error 1
make: *** [oldconfig] Error 2

Gino
_______________________________________________
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

Reply via email to