CAD CAM EDM DRO - Yahoo Group Archive

emc2 BDI-4.xx (configure probs)

on 2005-10-02 07:52:40 UTC
Paul,
I had found old EMC Knowledge Base BDI-4 Install
( google cache cuz page was removed )
It's much like what you said
It didnt work
then i did what you said
it didnt work
I tried the upgrade.sh when I was on 4.29,
screwed up grub had kernel panic at boot
but had grub shell prompt and a dump of the grub file on hand :-)
so now back to semi normal
with bdi 4.25 running ok on 1 partition
and bdi4.30 being stubborn about emc2 on another
BDI4.30 installed becuz the swap for 4.25 was only 128 meg
and web notes said that was bad ( fuzzy memory), now swap is
1 freakin gig and / is 20 gig, 256 meg ram 2.3mHz celery-on

here's the story:

apt-cdrom add
ng... perm denied
so...
sudo apt-cdrom add
ok no
sudo apt-get install kernel-sources-2.6.12.6-magma ... blah
ng
it's source not sources
sudo apt-get install kernel-sources-2.6.12.6-magma ... blah
ok, 0 installed cuz I did do full install

cd /usr/src
ok
sudo tar -xjzf kernel...
ng, conflicting cmds
sudo tar -xjvf kernel...
ok but the directory was already there ( from whack at old BDI-4 install
notes )
ok wipe the dir & re untar it
ok
cd kernel...
ok
sudo cp /boot/config-2.6.12.6-magma .config
ok
sudo make oldconfig
ok
sudo make prepare-all
ok

" this sets up the dev enc...."
hey! whadoido now???
back to BDI-4 notes...

cd ~
cd emc/src
sudo ./configure

here's the tail of this from make prepare-all till error


CC scripts/mod/empty.o
HOSTCC scripts/mod/mk_elfconfig
MKELF scripts/mod/elfconfig.h
HOSTCC scripts/mod/file2alias.o
HOSTCC scripts/mod/modpost.o
HOSTCC scripts/mod/sumversion.o
HOSTLD scripts/mod/modpost
HOSTCC scripts/kallsyms
HOSTCC scripts/conmakehash
CC arch/i386/kernel/asm-offsets.s
CHK include/asm-i386/asm_offsets.h
UPD include/asm-i386/asm_offsets.h
tomp@adsl-68-20-34-167:/usr/src/kernel-source-2.6.12.6-magma$ mc

tomp@adsl-68-20-34-167:/usr/src/kernel-source-2.6.12.6-magma$ cd ~
tomp@adsl-68-20-34-167:~$ cd emc/src
tomp@adsl-68-20-34-167:~/emc/src$
tomp@adsl-68-20-34-167:~/emc/src$ ls
CodingStyle CVS hal Makefile.inc.in rtapi
configure doxconfig libnml Make.rules tests
configure.in emc Makefile po
tomp@adsl-68-20-34-167:~/emc/src$ ./configure
configure: error: cannot find sources (src/emc/motion/emcmot.h) in . or ..
tomp@adsl-68-20-34-167:~/emc/src$


same thing I got last nite..

there is no file emcmot.h

i can begin copying files in but wanna ask first
somebody must've run into this before
what to do?

thanks, sorry to bother you,
tomp

Discussion Thread

Thos J Powderly 2005-10-02 07:52:40 UTC emc2 BDI-4.xx (configure probs) Paul 2005-10-02 09:10:24 UTC Re: [CAD_CAM_EDM_DRO] emc2 BDI-4.xx (configure probs)