"Rebuild system files" error

Topics for the Eclipse Environment
Post Reply
Mathieu
Posts: 6
Joined: Mon May 26, 2008 2:46 am

"Rebuild system files" error

Post 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:?
User avatar
Forrest
Posts: 288
Joined: Wed Apr 23, 2008 10:05 am

Re: "Rebuild system files" error

Post 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.
Forrest Stanley
Project Engineer
NetBurner, Inc

NetBurner Learn Articles: http://www.netburner.com/learn
Mathieu
Posts: 6
Joined: Mon May 26, 2008 2:46 am

Re: "Rebuild system files" error

Post 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).
User avatar
lgitlitz
Posts: 331
Joined: Wed Apr 23, 2008 11:43 am
Location: San Diego, CA
Contact:

Re: "Rebuild system files" error

Post 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.
Mathieu
Posts: 6
Joined: Mon May 26, 2008 2:46 am

Re: "Rebuild system files" error

Post by Mathieu »

I've tried to rename and reinstall again 2.2rc2 but it didn't solved my issue.
User avatar
Forrest
Posts: 288
Joined: Wed Apr 23, 2008 10:05 am

Re: "Rebuild system files" error

Post by Forrest »

Hello,

Please create a support ticket at http://support.netburner.com so we can have a closer look at this.
Forrest Stanley
Project Engineer
NetBurner, Inc

NetBurner Learn Articles: http://www.netburner.com/learn
Mathieu
Posts: 6
Joined: Mon May 26, 2008 2:46 am

Re: "Rebuild system files" error

Post 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.
Post Reply