> Hi William,
>
> I'd like to take your advice and use native compilation on BBB but try to
use some IDE anyway.
> As I know, Visual Studio can be such IDE. VS can automatically copy and
remote build your sources and launch your application with the debugger on
target.
> Are you familiar with non-commercial tool which is able to do this ?
>
> Thanks

Visual Studio used to be my favorite IDE many years ago before it got so
bloated it became a pain for me to use. I do not like applications that are
not instantly responsive and that describes VS currently, to put it nicely.

With that said, I have not used visual studio in a few years. Instead I use
Visual Studio Code, which is completely different. Anyway, Visual Studio is
not a friendly IDE when it comes to using anything other than Microsoft's
C/C++ compiler. So, you're forced to know how, and write a plugin, or your
forced to create, and use a make project within VS to use a gcc compiler.

I've never written a plug in for VS for this purpose. It seems overly
complex, and I really never wanted to deal with that. However, I have used
custom compilers with VS through make file projects. I have to say that it
can work 'ok', but it's not a complete solution.

As for compiling remotely through VS . . . never used or even knew that
feature existed. But I've seen a similar feature in Eclipse . . .

But I have to ask. Why are you so determined to use an IDE anyway ? Are you
afraid to learn how to use the toolchain you really should be learning to
use ? IDEs make us lazy, less informed, and they also slow us down . . .
there is a time and a place for IDE's but I honestly do not think this is
one such situation. Especially when all you need to learn is how to execute
gcc from the command line, and which cmd line switches to use. Seriously,
it's not that hard.

What feature does an IDE give you that you absolutely can not live without ?



On Sun, Jul 3, 2016 at 9:56 AM, TJF <[email protected]> wrote:

> Hi ivbsd1!
>
> Am Sonntag, 3. Juli 2016 10:41:35 UTC+2 schrieb ivbsd1:
>>
>> Hi William,
>>
>> I'd like to take your advice and use native compilation on BBB but try to
>> use some IDE anyway.
>> As I know, Visual Studio can be such IDE. VS can automatically copy and
>> remote build your sources and launch your application with the debugger on
>> target.
>> Are you familiar with non-commercial tool which is able to do this ?
>>
>
> I use Geany <https://www.geany.org>, an OpenSource, lightweight IDE
> supporting a bunch of languages. You can configure any command to compile
> and run the binary (I don't use this feature, I prefer to SSH to the
> target).
> You can run it on the PC or at the BBB.
>
> Willaim Hermanns:
>
>> Using Make is probably a good idea.
>>
>
> Since a lot of projects migrate from Make to CMake, checking this first is
> propably a better idea.
>
> BR
>
> --
> For more options, visit http://beagleboard.org/discuss
> ---
> You received this message because you are subscribed to the Google Groups
> "BeagleBoard" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/beagleboard/c2feeb04-b02a-4693-a31e-52d9504afde5%40googlegroups.com
> <https://groups.google.com/d/msgid/beagleboard/c2feeb04-b02a-4693-a31e-52d9504afde5%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/CALHSORrPyw0Jzo4SzayGK%2BWboR8FA6uRDSK5%3DOFw%3DLA4S2gZ-g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to