[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [microblaze-uclinux] bug httpd petalinux_v010-rc1



Hi, Raul

Kernel version 2.6 uses Kconfig.auto, not auto-config.in. For microblaze-auto, it is put in ./linux-2.6.x/arch/microblaze/platform/microblaze-auto

If you do split development, regarding Kconfig.auto, you can refer:
www.itee.uq.edu.au/~listarch/microblaze-uclinux/archive/2007/07/msg00017.html

Hope this help.

regards,
chun yeow

On 7/25/07, Raul Camaras <raul.camaras@xxxxxxxxxxxxxxxxxxx> wrote:
Hello John,

I would like to use fnord too.
I downloaded petalinux-v0.20-rc3.tar.gz from the petalogix site.
When I run "make user_only" I get next error:

/home/petalinux-v0.20-rc3/tools/linux-i386/microblaze-uclinux-tools/bin/
../lib/gcc/microblaze-uclinux/3.4.1/../../../../microblaze-uclinux/bin/l
d.real: unrecognized option `--fatal-warnings'
/home/petalinux-v0.20-rc3/tools/linux-i386/microblaze-uclinux-tools/bin/
../lib/gcc/microblaze-uclinux/3.4.1/../../../../microblaze-uclinux/bin/l
d.real: use the --help option for usage information
collect2: ld returned 1 exit status
make[2]: *** [busybox] Fehler 1
make[2]: Verlassen des Verzeichnisses Verzeichnis
»/home/petalinux-v0.20-rc3/software/petalinux-dist/user/busybox«
make[1]: *** [all] Fehler 2
make[1]: Verlassen des Verzeichnisses Verzeichnis
»/home/petalinux-v0.20-rc3/software/petalinux-dist/user«
make: *** [user_only] Fehler 2

What could I do?

By the way, using kernel version 2.6, where should I put my file
auto-config.in?
Should I choose vendot: Petalinux and target: microblaze-auto?
Thanks a lot.

Raul Camaras