On 8/28/07, David McCullough <[EMAIL PROTECTED]> wrote: > > > Jivin Gregg Levine lays it down ... > > Hello! > > I have just restarted a project. And naturally I figured I would pick > > the obvious first target. One of two Palm Vx units that I have here. I > > decided to explore the settings available for it. Came up with a > > working for me, solution and went ahead and started building it. It > > decided to bomb on this poser of a problem. Am I missing something > > from the current release or did I forget to download something? > > > Start with the 3com/PalmIIIx target in the dist and work from there. > Not all the "CPU" options are fully fleshed out in the old 2.0 > kernel, > > Cheers, > Davidm > > > --- > > m68k-elf-ar rcs lib.a ashrdi3.o bzero.o checksum.o memcmp.o memcpy.o > > memset.o semaphore.o > > make[3]: Leaving directory > > `/usr/local/u/uClinux-dist/linux-2.0.x/arch/m68knommu/lib' > > make[2]: Leaving directory > > `/usr/local/u/uClinux-dist/linux-2.0.x/arch/m68knommu/lib' > > make[2]: Entering directory > > `/usr/local/u/uClinux-dist/linux-2.0.x/arch/m68knommu/platform/68328' > > make[2]: *** No rule to make target `pilot/crt0_ram.S', needed by > > `pilot/crt0_ram.o'. Stop. > > make[2]: Leaving directory > > `/usr/local/u/uClinux-dist/linux-2.0.x/arch/m68knommu/platform/68328' > > make[1]: *** [linuxsubdirs] Error 2 > > make[1]: Leaving directory `/usr/local/u/uClinux-dist/linux-2.0.x' > > make: *** [linux] Error 1 > > > > -- > > Gregg C Levine [EMAIL PROTECTED] > > "This signature was once found posting rude > > messages in English in the Moscow subway." > > _______________________________________________ > > uClinux-dev mailing list > > [email protected] > > http://mailman.uclinux.org/mailman/listinfo/uclinux-dev > > This message was resent by [email protected] > > To unsubscribe see: > > http://mailman.uclinux.org/mailman/options/uclinux-dev > > > > -- > David McCullough, [EMAIL PROTECTED], Ph:+61 734352815 > Secure Computing - SnapGear http://www.uCdot.org http://www.cyberguard.com > _______________________________________________ > uClinux-dev mailing list > [email protected] > http://mailman.uclinux.org/mailman/listinfo/uclinux-dev > This message was resent by [email protected] > To unsubscribe see: > http://mailman.uclinux.org/mailman/options/uclinux-dev >
Hello! I just did that. Now it crashes during the process of something else entirely. Here's the tail end of the whole business: arch/m68knommu/kernel/kernel.o:/usr/local/u/uClinux-dist/linux-2.0.x/arch/m68knommu/kernel/../../../drivers/char/kbd_kern.h:110: more undefined references to `kbd_table' follow arch/m68knommu/kernel/kernel.o: In function `con_write': /usr/local/u/uClinux-dist/linux-2.0.x/arch/m68knommu/kernel/console.c:1911: undefined reference to `setledstate' arch/m68knommu/kernel/kernel.o: In function `update_screen': /usr/local/u/uClinux-dist/linux-2.0.x/arch/m68knommu/kernel/console.c:2472: undefined reference to `compute_shiftstate' arch/m68knommu/kernel/kernel.o: In function `con_get_info': /usr/local/u/uClinux-dist/linux-2.0.x/arch/m68knommu/kernel/console.c:2665: undefined reference to `shift_state' drivers/char/char.a(tty_io.o): In function `reset_vc': /usr/local/u/uClinux-dist/linux-2.0.x/drivers/char/tty_io.c:542: undefined reference to `kbd_table' drivers/char/char.a(tty_io.o): In function `tty_ioctl': /usr/local/u/uClinux-dist/linux-2.0.x/include/asm/segment.h:38: undefined reference to `shift_state' drivers/char/char.a(vt.o): In function `vt_ioctl': /usr/local/u/uClinux-dist/linux-2.0.x/drivers/char/vt.c:228: undefined reference to `kbd_table' /usr/local/u/uClinux-dist/linux-2.0.x/drivers/char/vt.c:348: undefined reference to `compute_shiftstate' /usr/local/u/uClinux-dist/linux-2.0.x/drivers/char/vt.c:402: undefined reference to `getkeycode' /usr/local/u/uClinux-dist/linux-2.0.x/drivers/char/vt.c:421: undefined reference to `setkeycode' /usr/local/u/uClinux-dist/linux-2.0.x/drivers/char/vt.c:437: undefined reference to `key_maps' /usr/local/u/uClinux-dist/linux-2.0.x/drivers/char/vt.c:440: undefined reference to `NR_TYPES' /usr/local/u/uClinux-dist/linux-2.0.x/drivers/char/vt.c:467: undefined reference to `key_maps' /usr/local/u/uClinux-dist/linux-2.0.x/drivers/char/vt.c:472: undefined reference to `keymap_count' /usr/local/u/uClinux-dist/linux-2.0.x/drivers/char/vt.c:478: undefined reference to `NR_TYPES' /usr/local/u/uClinux-dist/linux-2.0.x/drivers/char/vt.c:479: undefined reference to `max_vals' /usr/local/u/uClinux-dist/linux-2.0.x/drivers/char/vt.c:489: undefined reference to `key_maps' /usr/local/u/uClinux-dist/linux-2.0.x/drivers/char/vt.c:492: undefined reference to `keymap_count' /usr/local/u/uClinux-dist/linux-2.0.x/drivers/char/vt.c:503: undefined reference to `keymap_count' /usr/local/u/uClinux-dist/linux-2.0.x/drivers/char/vt.c:516: undefined reference to `compute_shiftstate' /usr/local/u/uClinux-dist/linux-2.0.x/drivers/char/vt.c:535: undefined reference to `func_table' /usr/local/u/uClinux-dist/linux-2.0.x/drivers/char/vt.c:559: undefined reference to `func_table' /usr/local/u/uClinux-dist/linux-2.0.x/drivers/char/vt.c:561: undefined reference to `funcbufsize' /usr/local/u/uClinux-dist/linux-2.0.x/drivers/char/vt.c:561: undefined reference to `funcbufleft' /usr/local/u/uClinux-dist/linux-2.0.x/drivers/char/vt.c:561: undefined reference to `funcbufptr' /usr/local/u/uClinux-dist/linux-2.0.x/drivers/char/vt.c:575: undefined reference to `funcbufleft' /usr/local/u/uClinux-dist/linux-2.0.x/drivers/char/vt.c:578: undefined reference to `func_table' /usr/local/u/uClinux-dist/linux-2.0.x/drivers/char/vt.c:584: undefined reference to `funcbufleft' /usr/local/u/uClinux-dist/linux-2.0.x/drivers/char/vt.c:587: undefined reference to `funcbufsize' /usr/local/u/uClinux-dist/linux-2.0.x/drivers/char/vt.c:595: undefined reference to `funcbufptr' /usr/local/u/uClinux-dist/linux-2.0.x/drivers/char/vt.c:597: undefined reference to `func_table' /usr/local/u/uClinux-dist/linux-2.0.x/drivers/char/vt.c:597: undefined reference to `funcbufptr' /usr/local/u/uClinux-dist/linux-2.0.x/drivers/char/vt.c:602: undefined reference to `funcbufptr' /usr/local/u/uClinux-dist/linux-2.0.x/drivers/char/vt.c:603: undefined reference to `func_table' /usr/local/u/uClinux-dist/linux-2.0.x/drivers/char/vt.c:603: undefined reference to `funcbufptr' /usr/local/u/uClinux-dist/linux-2.0.x/drivers/char/vt.c:607: undefined reference to `funcbufptr' /usr/local/u/uClinux-dist/linux-2.0.x/drivers/char/vt.c:607: undefined reference to `func_buf' /usr/local/u/uClinux-dist/linux-2.0.x/drivers/char/vt.c:609: undefined reference to `funcbufptr' /usr/local/u/uClinux-dist/linux-2.0.x/drivers/char/vt.c:610: undefined reference to `funcbufleft' /usr/local/u/uClinux-dist/linux-2.0.x/drivers/char/vt.c:610: undefined reference to `funcbufsize' /usr/local/u/uClinux-dist/linux-2.0.x/drivers/char/vt.c:610: undefined reference to `funcbufleft' /usr/local/u/uClinux-dist/linux-2.0.x/drivers/char/vt.c:611: undefined reference to `funcbufsize' drivers/char/char.a(vt.o): In function `vt_ioctl': /usr/local/u/uClinux-dist/linux-2.0.x/include/asm/segment.h:38: undefined reference to `accent_table_size' drivers/char/char.a(vt.o): In function `vt_ioctl': /usr/local/u/uClinux-dist/linux-2.0.x/drivers/char/vt.c:627: undefined reference to `accent_table_size' drivers/char/char.a(vt.o): In function `vt_ioctl': /usr/local/u/uClinux-dist/linux-2.0.x/include/asm/segment.h:136: undefined reference to `accent_table' drivers/char/char.a(vt.o): In function `vt_ioctl': /usr/local/u/uClinux-dist/linux-2.0.x/drivers/char/vt.c:645: undefined reference to `accent_table_size' drivers/char/char.a(vt.o): In function `vt_ioctl': /usr/local/u/uClinux-dist/linux-2.0.x/include/asm/segment.h:241: undefined reference to `accent_table' drivers/char/char.a(vt.o): In function `vt_ioctl': /usr/local/u/uClinux-dist/linux-2.0.x/drivers/char/vt.c:676: undefined reference to `getledstate' /usr/local/u/uClinux-dist/linux-2.0.x/drivers/char/vt.c:682: undefined reference to `setledstate' /usr/local/u/uClinux-dist/linux-2.0.x/drivers/char/vt.c:702: undefined reference to `spawnpid' /usr/local/u/uClinux-dist/linux-2.0.x/drivers/char/vt.c:703: undefined reference to `spawnsig' make[1]: *** [linux] Error 1 make[1]: Leaving directory `/usr/local/u/uClinux-dist/linux-2.0.x' make: *** [linux] Error 1 What now? Is it possible there's been some drift during the time between when the kit was built and the tools? -- Gregg C Levine [EMAIL PROTECTED] "This signature was once found posting rude messages in English in the Moscow subway." _______________________________________________ uClinux-dev mailing list [email protected] http://mailman.uclinux.org/mailman/listinfo/uclinux-dev This message was resent by [email protected] To unsubscribe see: http://mailman.uclinux.org/mailman/options/uclinux-dev
