Page 1 of 1

"Rebuild system files" error

Posted: Thu Sep 11, 2008 5:17 am
by Mathieu
Hi,

I was used to rebuild the system files thanks to NBEclipse to be able to use the third uart as i want (http://tech.groups.yahoo.com/group/netb ... ssage/4011).

But it seems that with the two latest versions it doesn't work anymore. I have a mistake like "cannot find a command" :
cp saved_od/ethernet.od ethernet.od
make: cp: Command not found
make: *** [ethernet.od] Error 127

With 2.2 rc1 version it wasn't finding the command m68k-elf-g++.

The commands are accessible from the path :
C:\Nburn\pcbin;C:\Nburn\gcc-m68k\bin;C:\Nburn\gcc-m68k\msys\1.0\bin

And I can call them from the windows command line.

May it comes from the fact that the windows install I'm using is on D:?

Re: "Rebuild system files" error

Posted: Wed Sep 17, 2008 10:24 am
by Forrest
Mathieu wrote: But it seems that with the two latest versions it doesn't work anymore. I have a mistake like "cannot find a command" :
cp saved_od/ethernet.od ethernet.od
make: cp: Command not found
make: *** [ethernet.od] Error 127

You should check that NBEclipse has the nburn path's on its PATH variable. To do this, Click on Windows->Preferences and select C/C++->Managed Build. You should see an environment tab. Click on the New button and type 'PATH'. Upon typing path, VALUE will autofill with the current value. Try putting the nburn paths (C:\nburn\pcbin;C:\nburn\gcc-m68k\bin;C:\nburn\gcc-m68k\msys\1.0\bin;) at the start of PATH.

Re: "Rebuild system files" error

Posted: Fri Sep 19, 2008 12:44 am
by Mathieu
I tried that but it doesn't work (nburn paths were already in the path, I put them at the beginning but id didn't change anything).

Re: "Rebuild system files" error

Posted: Fri Sep 19, 2008 11:48 am
by lgitlitz
It sounds like you may have tried to install a new build over an older version. Try renaming your current nburn directory and installing 22rc2 again.

Re: "Rebuild system files" error

Posted: Fri Sep 26, 2008 2:05 am
by Mathieu
I've tried to rename and reinstall again 2.2rc2 but it didn't solved my issue.

Re: "Rebuild system files" error

Posted: Mon Sep 29, 2008 1:30 pm
by Forrest
Hello,

Please create a support ticket at http://support.netburner.com so we can have a closer look at this.

Re: "Rebuild system files" error

Posted: Wed Oct 01, 2008 7:15 am
by Mathieu
Ok my support licence has been renewed.
I downloaded the latest version of NBEclipse (plugin version) and the error remains.
I will create a ticket next week.