How to add a platform in NBEclipse?

Topics for the Eclipse Environment
Post Reply
PerB
Posts: 2
Joined: Tue Sep 09, 2008 1:36 am

How to add a platform in NBEclipse?

Post by PerB »

I have NBEclipse installed with the MOD5270 installed.
I have an installation disk with the old C++ environment for the MOD5282. How do I add the MOD5282 platform to the NBEclipse environment?
User avatar
Forrest
Posts: 288
Joined: Wed Apr 23, 2008 10:05 am

Re: How to add a platform in NBEclipse?

Post by Forrest »

If the platform (in your case, mod5282) folder exists under your nburn installation directory, NBEclipse will automatically pick it up next time you restart the application.
Forrest Stanley
Project Engineer
NetBurner, Inc

NetBurner Learn Articles: http://www.netburner.com/learn
greengene
Posts: 164
Joined: Wed May 14, 2008 11:20 am
Location: Lakeside, CA

Re: How to add a platform in NBEclipse?

Post by greengene »

ok, i've now got both device types.
what about the nburn libraries?
aren't there separate netburner.a files built for each device?
do i need 2 full \nburn paths installed, one for each device?
or are there some files that i can move into the MOD52xx/lib
directories from the /lib directory?
rnixon
Posts: 833
Joined: Thu Apr 24, 2008 3:59 pm

Re: How to add a platform in NBEclipse?

Post by rnixon »

Hi,

There is nothing to copy around. The same netburner.a is used for both platforms. The differences are in the system directory and libraries build under the platform directory, like \nburn\mod5282\system
greengene
Posts: 164
Joined: Wed May 14, 2008 11:20 am
Location: Lakeside, CA

Re: How to add a platform in NBEclipse?

Post by greengene »

kewl!
my compile defines tend to migrate eventually so it is
good to know that they have more rigor than i do.
Post Reply