On 2008-11-24, Michael Schnell <[EMAIL PROTECTED]> wrote:

>> I followed the update instructions on the Wiki page where it
>> said to do a "git checkout -f" command.  

> That wan meant to be done immediately after the untaring :(.

The Wiki page recommended getting the kernel working with the
tarfile version before updating.  That required changes to the
open_eth driver.

>> That discarded my changes.  I didn't realize what it was doing
>> until it was too late.
>>   
> Yep :( The "-f" deletes the changes that you did not do an add and 
> commit for :(

> It's really useful to do am "add" and "commit" to safe your
> work in the git, even though checkout -f usually is not
> necessary.

I'll remember that.  I've never used git before -- I currently
use CVS and Subversion.

>> OK.  It looks like getting things going after the "update" is
>> going to take some effort.
>>   
> We are supposed to do a "git pull"l every day to stay in sync :)

I set everything back to defaults and did a 

$ make vendor_hwselect SYSPTF=<...>.ptf

I got the same error about missing files in the "scripts"
directory.

   $ make vendor_hwselect SYSPTF=/home/grante/uclinux/nios/one_port_0705.ptf    
                make ARCH=nios2 -C vendors vendor_hwselect
   make[1]: Entering directory 
`/home/grante/uclinux/nios/nios2-linux/uClinux-dist/vendors'
   make -C 
/home/grante/uclinux/nios/nios2-linux/uClinux-dist/vendors/Altera/nios2/. 
dir_v=/home/grante/uclinux/nios/nios2-linux/uClinux-dist/vendors/Altera/nios2/. 
-f 
/home/grante/uclinux/nios/nios2-linux/uClinux-dist/vendors/vendors-common.mak 
vendor_hwselect
   make[2]: Entering directory 
`/home/grante/uclinux/nios/nios2-linux/uClinux-dist/vendors/Altera/nios2'
   [ -d /home/grante/uclinux/nios/nios2-linux/uClinux-dist/romfs/$i ] || mkdir 
-p /home/grante/uclinux/nios/nios2-linux/uClinux-dist/romfs
   make ARCH=nios2 CROSS_COMPILE=nios2-linux-uclibc- -C 
/home/grante/uclinux/nios/nios2-linux/uClinux-dist/../linux-2.6 
O=/home/grante/uclinux/nios/nios2-linux/uClinux-dist/linux-2.6.x hwselect
   make[3]: Entering directory `/home/grante/uclinux/nios/nios2-linux/linux-2.6'
     no emulation specific options.
     no emulation specific options.
   /home/grante/uclinux/nios/nios2-linux/linux-2.6/scripts/Makefile.build:60: 
scripts/Makefile.host: No such file or directory
   make[6]: *** No rule to make target `scripts/Makefile.host'.  Stop.
   make[5]: *** [scripts_basic] Error 2
     RUNNING hwselect
   Can't open perl script 
"/home/grante/uclinux/nios/nios2-linux/linux-2.6/arch/nios2/scripts/hwselect.pl":
 No such file or directory
   make[4]: *** [hwselect] Error 2
   make[3]: *** [sub-make] Error 2
   make[3]: Leaving directory `/home/grante/uclinux/nios/nios2-linux/linux-2.6'
   make[2]: *** [vendor_hwselect] Error 2
   make[2]: Leaving directory 
`/home/grante/uclinux/nios/nios2-linux/uClinux-dist/vendors/Altera/nios2'
   make[1]: *** [vendor_hwselect] Error 2
   make[1]: Leaving directory 
`/home/grante/uclinux/nios/nios2-linux/uClinux-dist/vendors'
   make: *** [vendor_hwselect] Error 2

If I do a 'git pull' in either nios2-linux/linux-2.6/scripts or
nios2-linux/linux-2.6 directory it says it's alredy up-to-date,
so I'm trying to figure out where the file linux-2.6/scripts/Makefile.host
is supposed to come from.

-- 
Grant




_______________________________________________
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

Reply via email to