andrea
andrea

Reputation: 381

BeagleBone Black ide configuration on windows

i need a kickstart with beaglebone black on windows.

I' want to run my first helloworld on this device, using CodeComposer and Crosstool incoming with this.

I've the AngStrom default distro now, i can connect with ssh and running the gcc toolchain, I've compiled a simple helloworld, with nano and gcc on beagle.

But now i want to compile HelloWorld from windows IDE and next execute on the BBB.

Thanks.

Upvotes: 0

Views: 1681

Answers (2)

user3099476
user3099476

Reputation: 11

If you have Visual Studio you can use VisualGDB plug in for it. It works for BBB and the Pi. No need for a VM, eclipse and all the steps involved.

However with the above VisualGDB plug in, compilation happens on the remote device so if you have a large project, it will take awhile to compile.

Upvotes: 1

HiDefLoLife
HiDefLoLife

Reputation: 553

I found the following two videos very informative in developing code on Windows for a BeagleBone Black target device:

Hope that helps.

Upvotes: 1

Related Questions