Re: [beagleboard] IDE (eclipse) for Beaglebone on Windows

2020-08-25 Thread Stuart Longland
On 20/8/20 4:52 am, NAGABHOOSHANAM VEMULA wrote:
> With this eclipse, I am successful to build and run c program (Hello world) 
> in the native/host platform, windows machine.
> But I am unable to add cross -compile option to "*arm-linux-gnueabihf*-"  
> as per the video below.

Never tried developing for Linux from a Windows box, as I find Windows
to be an utterly terrible and confused platform for any kind of software
development…

That said, you might find you need to install the GNU ARM Toolchain.
Not sure if this needs to be installed on your Ubuntu environment
(`apt-get update && apt-get install -y gcc-arm-linux-gnueabihf` might do
what you need), or if you need to install a Windows toolchain.

This may help:
https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-a/downloads

You want a toolchain for arm-*-linux-eabihf (the * is not critical).
-- 
Stuart Longland (aka Redhatter, VK4MSL)

I haven't lost my mind...
  ...it's backed up on a tape somewhere.

Help fund COVID-19 research:
https://stuartl.longlandclan.id.au/blog/2020/04/20/who-covid19/

-- 
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 beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/10e32291-97b7-2e5a-d62a-649a9fbe9aa0%40longlandclan.id.au.


Re: [beagleboard] IDE (eclipse) for Beaglebone on Windows

2020-08-20 Thread NAGABHOOSHANAM VEMULA
>>>
>>>>> On Wednesday, August 19, 2020 at 12:45:44 AM UTC+5:30 
>>>>> jonn...@gmail.com wrote:
>>>>>
>>>>>> In Eclipse, just create a Run Configuration and set it to 'SSH' for 
>>>>>> your target which is basically like SCP.  This should deploy the code 
>>>>>> and 
>>>>>> run it on the remote target.
>>>>>>
>>>>>> Jon 
>>>>>>
>>>>>> On Tue, Aug 18, 2020 at 11:47 AM NAGABHOOSHANAM VEMULA <
>>>>>> nagabhoo...@gmail.com> wrote:
>>>>>>
>>>>>>> Thanks John,
>>>>>>>  As per your clarification, It helped me, let me proceed with 
>>>>>>> eclipse on Windows and use scp to file transfers to target system.
>>>>>>>
>>>>>>> Thanks Dave, Yes, I am using WSL, the link is 
>>>>>>> https://www.microsoft.com/store/productId/9N6SVWS3RX71
>>>>>>>
>>>>>>>
>>>>>>> Thanks and regards, 
>>>>>>> Nagabhooshanam Vemula
>>>>>>> email :  nagabhoo...@gmail.com
>>>>>>> +91 83741 82839 <+91%2083741%2082839>- HYD
>>>>>>>
>>>>>>>
>>>>>>> On Tue, Aug 18, 2020 at 11:47 PM jonnymo  wrote:
>>>>>>>
>>>>>>>> Yes, you can cross compile from Windows 10 to the Beaglebone but 
>>>>>>>> your best option would be Eclipse since you can compile on Windows and 
>>>>>>>> then 
>>>>>>>> scp the code over from Eclipse.  You can use Visual Studio but you 
>>>>>>>> would 
>>>>>>>> end up having to build on the remote target and not on Windows.  
>>>>>>>> However, 
>>>>>>>> with Visual Studio you could use something like VisualGDB but will 
>>>>>>>> cost an 
>>>>>>>> extra $99 US. You can download and use it for a month for free though.
>>>>>>>>
>>>>>>>> Here are a couple of links that might help.
>>>>>>>> http://exploringbeaglebone.com/chapter7/ 
>>>>>>>> http://jkuhlm.bplaced.net/hellobone/
>>>>>>>>  
>>>>>>>> https://www.youtube.com/watch?v=af-1hDfoRcg 
>>>>>>>>
>>>>>>>> https://elinux.org/images/d/df/Using_VS_and_VS_Code_for_Embedded_Development.pdf
>>>>>>>>  
>>>>>>>>  
>>>>>>>> Using VisualGDB although I am not sure if this is needed any more. 
>>>>>>>> https://visualgdb.com/tutorials/beaglebone/qt5/cross-compile/
>>>>>>>>
>>>>>>>>
>>>>>>>> Cheers,
>>>>>>>>
>>>>>>>> Jon
>>>>>>>>
>>>>>>>> On Tue, Aug 18, 2020 at 10:54 AM  wrote:
>>>>>>>>
>>>>>>>>> Are you running Ubuntu under the Windows Subsystem for Linux?  (  
>>>>>>>>> WSL ) 
>>>>>>>>>
>>>>>>>>> If so WSL1 or WSL2? Also,  if so I wasn’t aware you could run 
>>>>>>>>> a GUI this way.Can GNOME 3 be run under WSL?
>>>>>>>>>
>>>>>>>>>  
>>>>>>>>>
>>>>>>>>>  
>>>>>>>>>
>>>>>>>>> *From:* beagl...@googlegroups.com  *On 
>>>>>>>>> Behalf Of *NAGABHOOSHANAM VEMULA
>>>>>>>>> *Sent:* Tuesday, August 18, 2020 12:42 PM
>>>>>>>>> *To:* BeagleBoard 
>>>>>>>>> *Subject:* [spam] [beagleboard] IDE (eclipse) for Beaglebone on 
>>>>>>>>> Windows
>>>>>>>>>
>>>>>>>>>  
>>>>>>>>>
>>>>>>>>> Hi,
>>>>>>>>>
>>>>>>>>> As a newbie to Linux, looking for IDE and debuggers.
>>>>>>>>>
>>>>>>>>>  
>>>>>>>>>
>>>>>>>>> my setup, 
>>>>>>>>>
>>>>>>>>> a) I have windows10 PC with ubuntu as application, (ubuntu 

Re: [beagleboard] IDE (eclipse) for Beaglebone on Windows

2020-08-20 Thread jonnymo
gt;>  As per your clarification, It helped me, let me proceed with eclipse
>>>>>> on Windows and use scp to file transfers to target system.
>>>>>>
>>>>>> Thanks Dave, Yes, I am using WSL, the link is
>>>>>> https://www.microsoft.com/store/productId/9N6SVWS3RX71
>>>>>>
>>>>>>
>>>>>> Thanks and regards,
>>>>>> Nagabhooshanam Vemula
>>>>>> email :  nagabhoo...@gmail.com
>>>>>> +91 83741 82839 <+91%2083741%2082839>- HYD
>>>>>>
>>>>>>
>>>>>> On Tue, Aug 18, 2020 at 11:47 PM jonnymo  wrote:
>>>>>>
>>>>>>> Yes, you can cross compile from Windows 10 to the Beaglebone but
>>>>>>> your best option would be Eclipse since you can compile on Windows and 
>>>>>>> then
>>>>>>> scp the code over from Eclipse.  You can use Visual Studio but you would
>>>>>>> end up having to build on the remote target and not on Windows.  
>>>>>>> However,
>>>>>>> with Visual Studio you could use something like VisualGDB but will cost 
>>>>>>> an
>>>>>>> extra $99 US. You can download and use it for a month for free though.
>>>>>>>
>>>>>>> Here are a couple of links that might help.
>>>>>>> http://exploringbeaglebone.com/chapter7/
>>>>>>> http://jkuhlm.bplaced.net/hellobone/
>>>>>>>
>>>>>>> https://www.youtube.com/watch?v=af-1hDfoRcg
>>>>>>>
>>>>>>> https://elinux.org/images/d/df/Using_VS_and_VS_Code_for_Embedded_Development.pdf
>>>>>>>
>>>>>>>
>>>>>>> Using VisualGDB although I am not sure if this is needed any more.
>>>>>>> https://visualgdb.com/tutorials/beaglebone/qt5/cross-compile/
>>>>>>>
>>>>>>>
>>>>>>> Cheers,
>>>>>>>
>>>>>>> Jon
>>>>>>>
>>>>>>> On Tue, Aug 18, 2020 at 10:54 AM  wrote:
>>>>>>>
>>>>>>>> Are you running Ubuntu under the Windows Subsystem for Linux?  (
>>>>>>>> WSL )
>>>>>>>>
>>>>>>>> If so WSL1 or WSL2? Also,  if so I wasn’t aware you could run a
>>>>>>>> GUI this way.Can GNOME 3 be run under WSL?
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> *From:* beagl...@googlegroups.com  *On
>>>>>>>> Behalf Of *NAGABHOOSHANAM VEMULA
>>>>>>>> *Sent:* Tuesday, August 18, 2020 12:42 PM
>>>>>>>> *To:* BeagleBoard 
>>>>>>>> *Subject:* [spam] [beagleboard] IDE (eclipse) for Beaglebone on
>>>>>>>> Windows
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> Hi,
>>>>>>>>
>>>>>>>> As a newbie to Linux, looking for IDE and debuggers.
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> my setup,
>>>>>>>>
>>>>>>>> a) I have windows10 PC with ubuntu as application, (ubuntu on
>>>>>>>> Windwos)
>>>>>>>>
>>>>>>>> b) Connected to Beaglebone with SSH,
>>>>>>>>
>>>>>>>> c) beaglebone has an internet-over-USB connection.
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> I am inclined towards an IDE and debugger (like eclipse) instead of
>>>>>>>> Vi editor
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> My question:
>>>>>>>>
>>>>>>>> 1) What are the various IDE options on Windows (eclipse and any
>>>>>>>> other?)
>>>>>>>>
>>>>>>>> 2) Can we install any IDE on my Ubuntu--on-Windows? (may be stupid
>>>>>>>> question)
>>>>>>>>
>>>>>>>> 3)  If I install ecl

[beagleboard] IDE (eclipse) for Beaglebone on Windows

2020-08-20 Thread 'Ray Willis' via BeagleBoard
Can't go wrong with vscode. And BBB comes preloaded with cloud9 ide. 

-- 
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 beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/24bd31b7-e6eb-45c2-8597-252954213873o%40googlegroups.com.


Re: [beagleboard] IDE (eclipse) for Beaglebone on Windows

2020-08-20 Thread Jan Cumps
;>
>>>>>> Yes, you can cross compile from Windows 10 to the Beaglebone but your
>>>>>> best option would be Eclipse since you can compile on Windows and then 
>>>>>> scp
>>>>>> the code over from Eclipse.  You can use Visual Studio but you would end 
>>>>>> up
>>>>>> having to build on the remote target and not on Windows.  However, with
>>>>>> Visual Studio you could use something like VisualGDB but will cost an 
>>>>>> extra
>>>>>> $99 US. You can download and use it for a month for free though.
>>>>>>
>>>>>> Here are a couple of links that might help.
>>>>>> http://exploringbeaglebone.com/chapter7/
>>>>>> http://jkuhlm.bplaced.net/hellobone/
>>>>>>
>>>>>> https://www.youtube.com/watch?v=af-1hDfoRcg
>>>>>>
>>>>>> https://elinux.org/images/d/df/Using_VS_and_VS_Code_for_Embedded_Development.pdf
>>>>>>
>>>>>>
>>>>>> Using VisualGDB although I am not sure if this is needed any more.
>>>>>> https://visualgdb.com/tutorials/beaglebone/qt5/cross-compile/
>>>>>>
>>>>>>
>>>>>> Cheers,
>>>>>>
>>>>>> Jon
>>>>>>
>>>>>> On Tue, Aug 18, 2020 at 10:54 AM  wrote:
>>>>>>
>>>>>>> Are you running Ubuntu under the Windows Subsystem for Linux?  (
>>>>>>> WSL )
>>>>>>>
>>>>>>> If so WSL1 or WSL2? Also,  if so I wasn’t aware you could run a
>>>>>>> GUI this way.Can GNOME 3 be run under WSL?
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> *From:* beagl...@googlegroups.com  *On
>>>>>>> Behalf Of *NAGABHOOSHANAM VEMULA
>>>>>>> *Sent:* Tuesday, August 18, 2020 12:42 PM
>>>>>>> *To:* BeagleBoard 
>>>>>>> *Subject:* [spam] [beagleboard] IDE (eclipse) for Beaglebone on
>>>>>>> Windows
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> Hi,
>>>>>>>
>>>>>>> As a newbie to Linux, looking for IDE and debuggers.
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> my setup,
>>>>>>>
>>>>>>> a) I have windows10 PC with ubuntu as application, (ubuntu on
>>>>>>> Windwos)
>>>>>>>
>>>>>>> b) Connected to Beaglebone with SSH,
>>>>>>>
>>>>>>> c) beaglebone has an internet-over-USB connection.
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> I am inclined towards an IDE and debugger (like eclipse) instead of
>>>>>>> Vi editor
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> My question:
>>>>>>>
>>>>>>> 1) What are the various IDE options on Windows (eclipse and any
>>>>>>> other?)
>>>>>>>
>>>>>>> 2) Can we install any IDE on my Ubuntu--on-Windows? (may be stupid
>>>>>>> question)
>>>>>>>
>>>>>>> 3)  If I install eclipse IDE on windows. Does it help to connect to
>>>>>>> targetboard?
>>>>>>>
>>>>>>> to run the program and debug.
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> Please guide me, Thanks in advance
>>>>>>>
>>>>>>> .
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> 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 beagleboard...@googlegroups.com.
>>>>>>> To view this discussion on the web visit
>>>>>>> https://groups.google.

Re: [beagleboard] IDE (eclipse) for Beaglebone on Windows

2020-08-20 Thread NAGABHOOSHANAM VEMULA
Thanks John,  

As suggested, this time, I have tried with "gcc-linaro-7.5.0-2019.12-" and 
eclipse 2019, I am able to build and run the project, again on host.
But still unable to find the options to change *cross -compiler s*ettings 
in eclipse 2019. Please see the pic attached,
Can you please share pic where to change settings in eclipse.

*Where to enter the following.*
Prefix: arm-linux-gnueabihf-
Path: "Path to the toolchain"


thanks in advance.



On Thursday, August 20, 2020 at 12:59:14 AM UTC+5:30 jonn...@gmail.com 
wrote:

> Try downloading 
> the gcc-linaro-7.5.0-2019.12-i686-mingw32_arm-linux-gnueabihf toolchain and 
> set the Cross Settings to reference this:
>
> https://releases.linaro.org/components/toolchain/binaries/latest-7/arm-linux-gnueabihf/
>
> Just unpack the file and reference it in Exlipse.
> Ex:  
> Prefix: arm-linux-gnueabihf-
> Path: "Path to the toolchain"
> Ex:
>   
> PATH: 
> H:\Development\BeagleBoard\Toolchain\gcc-linaro-7.5.0-2019.12-i686-mingw32_arm-linux-gnueabihf\bin
>
> Set Tool Chain Editor to:
>   Current toolchains: Cross GCC
>Current builder: CDT Internal Builder
>
> This works for me with Eclipse 2019 
>
> Cheers,
>
> Jon
>
>
>  
>
> On Wed, Aug 19, 2020 at 11:52 AM NAGABHOOSHANAM VEMULA <
> nagabhoo...@gmail.com> wrote:
>
>> Hi,
>> In continuation of this discussion.  I am progressing, but yet to make 
>> the environment to work.
>> With this eclipse, I am successful to build and run c program (Hello 
>> world) in the native/host platform, windows machine.
>> But I am unable to add cross -compile option to "*arm-linux-gnueabihf*-"  
>> as per the video below.
>> Ofcourse video was made for linux host. 
>> http://exploringbeaglebone.com/chapter7/  ( i am working on wondows host)
>>
>> I am thinking settings at::  Project-properties->Settings->Tool Settings, 
>> But it looks be not correct .
>>  
>> I guess my eclipse 2020-06 version has changed a bit on setting options 
>> (unable to find a location, where to change). 
>> Anyone using this new version on windows host?, where to make changes for 
>> *arm-linux-gnueabihf*-
>>
>> My environment,
>> 1) Installed Eclipse 2020-06 version (latest) for C/C++ Development, as 
>> IDE.
>> 2) installed JDK 14.02 as required for eclipse. 
>> 3) installed tdm64-gcc-5.1.0-2 (MinGW gcc ) for cross compiler support
>> 4) Using WIndows 10 machine as host
>>
>> Thanks in advance.
>>   
>> Thanks and regards, 
>> Nagabhooshanam Vemula
>> Project-properties->Settings->Tool Settings
>>
>>
>> On Wednesday, August 19, 2020 at 12:45:44 AM UTC+5:30 jonn...@gmail.com 
>> wrote:
>>
>>> In Eclipse, just create a Run Configuration and set it to 'SSH' for your 
>>> target which is basically like SCP.  This should deploy the code and run it 
>>> on the remote target.
>>>
>>> Jon 
>>>
>>> On Tue, Aug 18, 2020 at 11:47 AM NAGABHOOSHANAM VEMULA <
>>> nagabhoo...@gmail.com> wrote:
>>>
>>>> Thanks John,
>>>>  As per your clarification, It helped me, let me proceed with eclipse 
>>>> on Windows and use scp to file transfers to target system.
>>>>
>>>> Thanks Dave, Yes, I am using WSL, the link is 
>>>> https://www.microsoft.com/store/productId/9N6SVWS3RX71
>>>>
>>>>
>>>> Thanks and regards, 
>>>> Nagabhooshanam Vemula
>>>> email :  nagabhoo...@gmail.com
>>>> +91 83741 82839 <+91%2083741%2082839>- HYD
>>>>
>>>>
>>>> On Tue, Aug 18, 2020 at 11:47 PM jonnymo  wrote:
>>>>
>>>>> Yes, you can cross compile from Windows 10 to the Beaglebone but your 
>>>>> best option would be Eclipse since you can compile on Windows and then 
>>>>> scp 
>>>>> the code over from Eclipse.  You can use Visual Studio but you would end 
>>>>> up 
>>>>> having to build on the remote target and not on Windows.  However, with 
>>>>> Visual Studio you could use something like VisualGDB but will cost an 
>>>>> extra 
>>>>> $99 US. You can download and use it for a month for free though.
>>>>>
>>>>> Here are a couple of links that might help.
>>>>> http://exploringbeaglebone.com/chapter7/ 
>>>>> http://jkuhlm.bplaced.net/hellobone/
>>>>>  
>>>>> https://www.youtube.com/watch?v=af-1hDfoRcg 
>>>>>
>&

Re: [beagleboard] IDE (eclipse) for Beaglebone on Windows

2020-08-19 Thread jonnymo
Try downloading
the gcc-linaro-7.5.0-2019.12-i686-mingw32_arm-linux-gnueabihf toolchain and
set the Cross Settings to reference this:
https://releases.linaro.org/components/toolchain/binaries/latest-7/arm-linux-gnueabihf/

Just unpack the file and reference it in Exlipse.
Ex:
Prefix: arm-linux-gnueabihf-
Path: "Path to the toolchain"
Ex:

PATH: 
H:\Development\BeagleBoard\Toolchain\gcc-linaro-7.5.0-2019.12-i686-mingw32_arm-linux-gnueabihf\bin

Set Tool Chain Editor to:
  Current toolchains: Cross GCC
   Current builder: CDT Internal Builder

This works for me with Eclipse 2019

Cheers,

Jon




On Wed, Aug 19, 2020 at 11:52 AM NAGABHOOSHANAM VEMULA <
nagabhooshana...@gmail.com> wrote:

> Hi,
> In continuation of this discussion.  I am progressing, but yet to make the
> environment to work.
> With this eclipse, I am successful to build and run c program (Hello
> world) in the native/host platform, windows machine.
> But I am unable to add cross -compile option to "*arm-linux-gnueabihf*-"
> as per the video below.
> Ofcourse video was made for linux host.
> http://exploringbeaglebone.com/chapter7/  ( i am working on wondows host)
>
> I am thinking settings at::  Project-properties->Settings->Tool Settings,
> But it looks be not correct .
>
> I guess my eclipse 2020-06 version has changed a bit on setting options
> (unable to find a location, where to change).
> Anyone using this new version on windows host?, where to make changes for
> *arm-linux-gnueabihf*-
>
> My environment,
> 1) Installed Eclipse 2020-06 version (latest) for C/C++ Development, as
> IDE.
> 2) installed JDK 14.02 as required for eclipse.
> 3) installed tdm64-gcc-5.1.0-2 (MinGW gcc ) for cross compiler support
> 4) Using WIndows 10 machine as host
>
> Thanks in advance.
>
> Thanks and regards,
> Nagabhooshanam Vemula
> Project-properties->Settings->Tool Settings
>
>
> On Wednesday, August 19, 2020 at 12:45:44 AM UTC+5:30 jonn...@gmail.com
> wrote:
>
>> In Eclipse, just create a Run Configuration and set it to 'SSH' for your
>> target which is basically like SCP.  This should deploy the code and run it
>> on the remote target.
>>
>> Jon
>>
>> On Tue, Aug 18, 2020 at 11:47 AM NAGABHOOSHANAM VEMULA <
>> nagabhoo...@gmail.com> wrote:
>>
>>> Thanks John,
>>>  As per your clarification, It helped me, let me proceed with eclipse on
>>> Windows and use scp to file transfers to target system.
>>>
>>> Thanks Dave, Yes, I am using WSL, the link is
>>> https://www.microsoft.com/store/productId/9N6SVWS3RX71
>>>
>>>
>>> Thanks and regards,
>>> Nagabhooshanam Vemula
>>> email :  nagabhoo...@gmail.com
>>> +91 83741 82839 <+91%2083741%2082839>- HYD
>>>
>>>
>>> On Tue, Aug 18, 2020 at 11:47 PM jonnymo  wrote:
>>>
>>>> Yes, you can cross compile from Windows 10 to the Beaglebone but your
>>>> best option would be Eclipse since you can compile on Windows and then scp
>>>> the code over from Eclipse.  You can use Visual Studio but you would end up
>>>> having to build on the remote target and not on Windows.  However, with
>>>> Visual Studio you could use something like VisualGDB but will cost an extra
>>>> $99 US. You can download and use it for a month for free though.
>>>>
>>>> Here are a couple of links that might help.
>>>> http://exploringbeaglebone.com/chapter7/
>>>> http://jkuhlm.bplaced.net/hellobone/
>>>>
>>>> https://www.youtube.com/watch?v=af-1hDfoRcg
>>>>
>>>> https://elinux.org/images/d/df/Using_VS_and_VS_Code_for_Embedded_Development.pdf
>>>>
>>>>
>>>> Using VisualGDB although I am not sure if this is needed any more.
>>>> https://visualgdb.com/tutorials/beaglebone/qt5/cross-compile/
>>>>
>>>>
>>>> Cheers,
>>>>
>>>> Jon
>>>>
>>>> On Tue, Aug 18, 2020 at 10:54 AM  wrote:
>>>>
>>>>> Are you running Ubuntu under the Windows Subsystem for Linux?  (  WSL
>>>>> )
>>>>>
>>>>> If so WSL1 or WSL2? Also,  if so I wasn’t aware you could run a
>>>>> GUI this way.Can GNOME 3 be run under WSL?
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> *From:* beagl...@googlegroups.com  *On
>>>>> Behalf Of *NAGABHOOSHANAM VEMULA
>>>>> *Sent:* Tuesday, August 18, 2020 12:42 PM
>>>>> *To:* BeagleB

Re: [beagleboard] IDE (eclipse) for Beaglebone on Windows

2020-08-19 Thread robert.sty...@gmail.com
I feel for Nagabhooshanam

I have found getting the cross compiler working on Windows very difficult 
(compared to Linux, but no picnic there either). 

I usually resort to the tools provided by the silicon manufacture 
<https://www.ti.com/tool/CCSTUDIO> and end up with several Eclipse based 
IDEs.

On Wednesday, 19 August 2020 at 19:52:18 UTC+1 nagabhoo...@gmail.com wrote:

> Hi,
> In continuation of this discussion.  I am progressing, but yet to make the 
> environment to work.
> With this eclipse, I am successful to build and run c program (Hello 
> world) in the native/host platform, windows machine.
> But I am unable to add cross -compile option to "*arm-linux-gnueabihf*-"  
> as per the video below.
> Ofcourse video was made for linux host. 
> http://exploringbeaglebone.com/chapter7/  ( i am working on wondows host)
>
> I am thinking settings at::  Project-properties->Settings->Tool Settings, 
> But it looks be not correct .
>  
> I guess my eclipse 2020-06 version has changed a bit on setting options 
> (unable to find a location, where to change). 
> Anyone using this new version on windows host?, where to make changes for 
> *arm-linux-gnueabihf*-
>
> My environment,
> 1) Installed Eclipse 2020-06 version (latest) for C/C++ Development, as 
> IDE.
> 2) installed JDK 14.02 as required for eclipse. 
> 3) installed tdm64-gcc-5.1.0-2 (MinGW gcc ) for cross compiler support
> 4) Using WIndows 10 machine as host
>
> Thanks in advance.
>   
> Thanks and regards, 
> Nagabhooshanam Vemula
> Project-properties->Settings->Tool Settings
>
>
> On Wednesday, August 19, 2020 at 12:45:44 AM UTC+5:30 jonn...@gmail.com 
> wrote:
>
>> In Eclipse, just create a Run Configuration and set it to 'SSH' for your 
>> target which is basically like SCP.  This should deploy the code and run it 
>> on the remote target.
>>
>> Jon 
>>
>> On Tue, Aug 18, 2020 at 11:47 AM NAGABHOOSHANAM VEMULA <
>> nagabhoo...@gmail.com> wrote:
>>
>>> Thanks John,
>>>  As per your clarification, It helped me, let me proceed with eclipse on 
>>> Windows and use scp to file transfers to target system.
>>>
>>> Thanks Dave, Yes, I am using WSL, the link is 
>>> https://www.microsoft.com/store/productId/9N6SVWS3RX71
>>>
>>>
>>> Thanks and regards, 
>>> Nagabhooshanam Vemula
>>> email :  nagabhoo...@gmail.com
>>> +91 83741 82839 <+91%2083741%2082839>- HYD
>>>
>>>
>>> On Tue, Aug 18, 2020 at 11:47 PM jonnymo  wrote:
>>>
>>>> Yes, you can cross compile from Windows 10 to the Beaglebone but your 
>>>> best option would be Eclipse since you can compile on Windows and then scp 
>>>> the code over from Eclipse.  You can use Visual Studio but you would end 
>>>> up 
>>>> having to build on the remote target and not on Windows.  However, with 
>>>> Visual Studio you could use something like VisualGDB but will cost an 
>>>> extra 
>>>> $99 US. You can download and use it for a month for free though.
>>>>
>>>> Here are a couple of links that might help.
>>>> http://exploringbeaglebone.com/chapter7/ 
>>>> http://jkuhlm.bplaced.net/hellobone/
>>>>  
>>>> https://www.youtube.com/watch?v=af-1hDfoRcg 
>>>>
>>>> https://elinux.org/images/d/df/Using_VS_and_VS_Code_for_Embedded_Development.pdf
>>>>  
>>>>  
>>>> Using VisualGDB although I am not sure if this is needed any more. 
>>>> https://visualgdb.com/tutorials/beaglebone/qt5/cross-compile/
>>>>
>>>>
>>>> Cheers,
>>>>
>>>> Jon
>>>>
>>>> On Tue, Aug 18, 2020 at 10:54 AM  wrote:
>>>>
>>>>> Are you running Ubuntu under the Windows Subsystem for Linux?  (  WSL 
>>>>> ) 
>>>>>
>>>>> If so WSL1 or WSL2? Also,  if so I wasn’t aware you could run a 
>>>>> GUI this way.Can GNOME 3 be run under WSL?
>>>>>
>>>>>  
>>>>>
>>>>>  
>>>>>
>>>>> *From:* beagl...@googlegroups.com  *On 
>>>>> Behalf Of *NAGABHOOSHANAM VEMULA
>>>>> *Sent:* Tuesday, August 18, 2020 12:42 PM
>>>>> *To:* BeagleBoard 
>>>>> *Subject:* [spam] [beagleboard] IDE (eclipse) for Beaglebone on 
>>>>> Windows
>>>>>
>>>>>  
>>>>>
>>>>> Hi,
>>>>>
>>>>> As a newbie 

Re: [beagleboard] IDE (eclipse) for Beaglebone on Windows

2020-08-19 Thread NAGABHOOSHANAM VEMULA
Hi,
In continuation of this discussion.  I am progressing, but yet to make the 
environment to work.
With this eclipse, I am successful to build and run c program (Hello world) 
in the native/host platform, windows machine.
But I am unable to add cross -compile option to "*arm-linux-gnueabihf*-"  
as per the video below.
Ofcourse video was made for linux host. 
http://exploringbeaglebone.com/chapter7/  ( i am working on wondows host)

I am thinking settings at::  Project-properties->Settings->Tool Settings, 
But it looks be not correct .
 
I guess my eclipse 2020-06 version has changed a bit on setting options 
(unable to find a location, where to change). 
Anyone using this new version on windows host?, where to make changes for 
*arm-linux-gnueabihf*-

My environment,
1) Installed Eclipse 2020-06 version (latest) for C/C++ Development, as IDE.
2) installed JDK 14.02 as required for eclipse. 
3) installed tdm64-gcc-5.1.0-2 (MinGW gcc ) for cross compiler support
4) Using WIndows 10 machine as host

Thanks in advance.
  
Thanks and regards, 
Nagabhooshanam Vemula
Project-properties->Settings->Tool Settings


On Wednesday, August 19, 2020 at 12:45:44 AM UTC+5:30 jonn...@gmail.com 
wrote:

> In Eclipse, just create a Run Configuration and set it to 'SSH' for your 
> target which is basically like SCP.  This should deploy the code and run it 
> on the remote target.
>
> Jon 
>
> On Tue, Aug 18, 2020 at 11:47 AM NAGABHOOSHANAM VEMULA <
> nagabhoo...@gmail.com> wrote:
>
>> Thanks John,
>>  As per your clarification, It helped me, let me proceed with eclipse on 
>> Windows and use scp to file transfers to target system.
>>
>> Thanks Dave, Yes, I am using WSL, the link is 
>> https://www.microsoft.com/store/productId/9N6SVWS3RX71
>>
>>
>> Thanks and regards, 
>> Nagabhooshanam Vemula
>> email :  nagabhoo...@gmail.com
>> +91 83741 82839 <+91%2083741%2082839>- HYD
>>
>>
>> On Tue, Aug 18, 2020 at 11:47 PM jonnymo  wrote:
>>
>>> Yes, you can cross compile from Windows 10 to the Beaglebone but your 
>>> best option would be Eclipse since you can compile on Windows and then scp 
>>> the code over from Eclipse.  You can use Visual Studio but you would end up 
>>> having to build on the remote target and not on Windows.  However, with 
>>> Visual Studio you could use something like VisualGDB but will cost an extra 
>>> $99 US. You can download and use it for a month for free though.
>>>
>>> Here are a couple of links that might help.
>>> http://exploringbeaglebone.com/chapter7/ 
>>> http://jkuhlm.bplaced.net/hellobone/
>>>  
>>> https://www.youtube.com/watch?v=af-1hDfoRcg 
>>>
>>> https://elinux.org/images/d/df/Using_VS_and_VS_Code_for_Embedded_Development.pdf
>>>  
>>>  
>>> Using VisualGDB although I am not sure if this is needed any more. 
>>> https://visualgdb.com/tutorials/beaglebone/qt5/cross-compile/
>>>
>>>
>>> Cheers,
>>>
>>> Jon
>>>
>>> On Tue, Aug 18, 2020 at 10:54 AM  wrote:
>>>
>>>> Are you running Ubuntu under the Windows Subsystem for Linux?  (  WSL ) 
>>>>
>>>> If so WSL1 or WSL2? Also,  if so I wasn’t aware you could run a GUI 
>>>> this way.Can GNOME 3 be run under WSL?
>>>>
>>>>  
>>>>
>>>>  
>>>>
>>>> *From:* beagl...@googlegroups.com  *On 
>>>> Behalf Of *NAGABHOOSHANAM VEMULA
>>>> *Sent:* Tuesday, August 18, 2020 12:42 PM
>>>> *To:* BeagleBoard 
>>>> *Subject:* [spam] [beagleboard] IDE (eclipse) for Beaglebone on Windows
>>>>
>>>>  
>>>>
>>>> Hi,
>>>>
>>>> As a newbie to Linux, looking for IDE and debuggers.
>>>>
>>>>  
>>>>
>>>> my setup, 
>>>>
>>>> a) I have windows10 PC with ubuntu as application, (ubuntu on Windwos)
>>>>
>>>> b) Connected to Beaglebone with SSH,
>>>>
>>>> c) beaglebone has an internet-over-USB connection.
>>>>
>>>>  
>>>>
>>>> I am inclined towards an IDE and debugger (like eclipse) instead of Vi 
>>>> editor 
>>>>
>>>>  
>>>>
>>>> My question:
>>>>
>>>> 1) What are the various IDE options on Windows (eclipse and any other?)
>>>>
>>>> 2) Can we install any IDE on my Ubuntu--on-Windows? (may be stupid 
>>>> question)
>>>>
>>>> 3)  If I install e

Re: [beagleboard] IDE (eclipse) for Beaglebone on Windows

2020-08-18 Thread jonnymo
In Eclipse, just create a Run Configuration and set it to 'SSH' for your
target which is basically like SCP.  This should deploy the code and run it
on the remote target.

Jon

On Tue, Aug 18, 2020 at 11:47 AM NAGABHOOSHANAM VEMULA <
nagabhooshana...@gmail.com> wrote:

> Thanks John,
>  As per your clarification, It helped me, let me proceed with eclipse on
> Windows and use scp to file transfers to target system.
>
> Thanks Dave, Yes, I am using WSL, the link is
> https://www.microsoft.com/store/productId/9N6SVWS3RX71
>
>
> Thanks and regards,
> Nagabhooshanam Vemula
> email :  nagabhooshana...@gmail.com
> +91 83741 82839- HYD
>
>
> On Tue, Aug 18, 2020 at 11:47 PM jonnymo  wrote:
>
>> Yes, you can cross compile from Windows 10 to the Beaglebone but your
>> best option would be Eclipse since you can compile on Windows and then scp
>> the code over from Eclipse.  You can use Visual Studio but you would end up
>> having to build on the remote target and not on Windows.  However, with
>> Visual Studio you could use something like VisualGDB but will cost an extra
>> $99 US. You can download and use it for a month for free though.
>>
>> Here are a couple of links that might help.
>> http://exploringbeaglebone.com/chapter7/
>> http://jkuhlm.bplaced.net/hellobone/
>>
>> https://www.youtube.com/watch?v=af-1hDfoRcg
>>
>> https://elinux.org/images/d/df/Using_VS_and_VS_Code_for_Embedded_Development.pdf
>>
>>
>> Using VisualGDB although I am not sure if this is needed any more.
>> https://visualgdb.com/tutorials/beaglebone/qt5/cross-compile/
>>
>>
>> Cheers,
>>
>> Jon
>>
>> On Tue, Aug 18, 2020 at 10:54 AM  wrote:
>>
>>> Are you running Ubuntu under the Windows Subsystem for Linux?  (  WSL )
>>>
>>> If so WSL1 or WSL2? Also,  if so I wasn’t aware you could run a GUI
>>> this way.    Can GNOME 3 be run under WSL?
>>>
>>>
>>>
>>>
>>>
>>> *From:* beagleboard@googlegroups.com  *On
>>> Behalf Of *NAGABHOOSHANAM VEMULA
>>> *Sent:* Tuesday, August 18, 2020 12:42 PM
>>> *To:* BeagleBoard 
>>> *Subject:* [spam] [beagleboard] IDE (eclipse) for Beaglebone on Windows
>>>
>>>
>>>
>>> Hi,
>>>
>>> As a newbie to Linux, looking for IDE and debuggers.
>>>
>>>
>>>
>>> my setup,
>>>
>>> a) I have windows10 PC with ubuntu as application, (ubuntu on Windwos)
>>>
>>> b) Connected to Beaglebone with SSH,
>>>
>>> c) beaglebone has an internet-over-USB connection.
>>>
>>>
>>>
>>> I am inclined towards an IDE and debugger (like eclipse) instead of Vi
>>> editor
>>>
>>>
>>>
>>> My question:
>>>
>>> 1) What are the various IDE options on Windows (eclipse and any other?)
>>>
>>> 2) Can we install any IDE on my Ubuntu--on-Windows? (may be stupid
>>> question)
>>>
>>> 3)  If I install eclipse IDE on windows. Does it help to connect to
>>> targetboard?
>>>
>>> to run the program and debug.
>>>
>>>
>>>
>>> Please guide me, Thanks in advance
>>>
>>> .
>>>
>>>
>>>
>>> --
>>> 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 beagleboard+unsubscr...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/beagleboard/5444751e-64a6-48a4-8a9d-eaf04c1e81c9n%40googlegroups.com
>>> <https://groups.google.com/d/msgid/beagleboard/5444751e-64a6-48a4-8a9d-eaf04c1e81c9n%40googlegroups.com?utm_medium=email_source=footer>
>>> .
>>>
>>> --
>>> 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 beagleboard+unsubscr...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/beagleboard/486e01d67588%2499d910b0%24cd8b3210%24%40ddennis.net
>>> <https://groups.google.com/d/msgid/beagleboard/486e01d67588%2499d910b0%24cd8b3210%24%40d

Re: [beagleboard] IDE (eclipse) for Beaglebone on Windows

2020-08-18 Thread NAGABHOOSHANAM VEMULA
Thanks John,
 As per your clarification, It helped me, let me proceed with eclipse on
Windows and use scp to file transfers to target system.

Thanks Dave, Yes, I am using WSL, the link is
https://www.microsoft.com/store/productId/9N6SVWS3RX71


Thanks and regards,
Nagabhooshanam Vemula
email :  nagabhooshana...@gmail.com
+91 83741 82839- HYD


On Tue, Aug 18, 2020 at 11:47 PM jonnymo  wrote:

> Yes, you can cross compile from Windows 10 to the Beaglebone but your best
> option would be Eclipse since you can compile on Windows and then scp the
> code over from Eclipse.  You can use Visual Studio but you would end up
> having to build on the remote target and not on Windows.  However, with
> Visual Studio you could use something like VisualGDB but will cost an extra
> $99 US. You can download and use it for a month for free though.
>
> Here are a couple of links that might help.
> http://exploringbeaglebone.com/chapter7/
> http://jkuhlm.bplaced.net/hellobone/
>
> https://www.youtube.com/watch?v=af-1hDfoRcg
>
> https://elinux.org/images/d/df/Using_VS_and_VS_Code_for_Embedded_Development.pdf
>
>
> Using VisualGDB although I am not sure if this is needed any more.
> https://visualgdb.com/tutorials/beaglebone/qt5/cross-compile/
>
>
> Cheers,
>
> Jon
>
> On Tue, Aug 18, 2020 at 10:54 AM  wrote:
>
>> Are you running Ubuntu under the Windows Subsystem for Linux?  (  WSL )
>>
>> If so WSL1 or WSL2? Also,  if so I wasn’t aware you could run a GUI
>> this way.Can GNOME 3 be run under WSL?
>>
>>
>>
>>
>>
>> *From:* beagleboard@googlegroups.com  *On
>> Behalf Of *NAGABHOOSHANAM VEMULA
>> *Sent:* Tuesday, August 18, 2020 12:42 PM
>> *To:* BeagleBoard 
>> *Subject:* [spam] [beagleboard] IDE (eclipse) for Beaglebone on Windows
>>
>>
>>
>> Hi,
>>
>> As a newbie to Linux, looking for IDE and debuggers.
>>
>>
>>
>> my setup,
>>
>> a) I have windows10 PC with ubuntu as application, (ubuntu on Windwos)
>>
>> b) Connected to Beaglebone with SSH,
>>
>> c) beaglebone has an internet-over-USB connection.
>>
>>
>>
>> I am inclined towards an IDE and debugger (like eclipse) instead of Vi
>> editor
>>
>>
>>
>> My question:
>>
>> 1) What are the various IDE options on Windows (eclipse and any other?)
>>
>> 2) Can we install any IDE on my Ubuntu--on-Windows? (may be stupid
>> question)
>>
>> 3)  If I install eclipse IDE on windows. Does it help to connect to
>> targetboard?
>>
>> to run the program and debug.
>>
>>
>>
>> Please guide me, Thanks in advance
>>
>> .
>>
>>
>>
>> --
>> 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 beagleboard+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/beagleboard/5444751e-64a6-48a4-8a9d-eaf04c1e81c9n%40googlegroups.com
>> <https://groups.google.com/d/msgid/beagleboard/5444751e-64a6-48a4-8a9d-eaf04c1e81c9n%40googlegroups.com?utm_medium=email_source=footer>
>> .
>>
>> --
>> 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 beagleboard+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/beagleboard/486e01d67588%2499d910b0%24cd8b3210%24%40ddennis.net
>> <https://groups.google.com/d/msgid/beagleboard/486e01d67588%2499d910b0%24cd8b3210%24%40ddennis.net?utm_medium=email_source=footer>
>> .
>>
> --
> 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 beagleboard+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/beagleboard/CAG99bkoRNikNuKJ%3Dd5TyL7jBMkmTgWsm0ixpc%2BsLfApJsqtq4w%40mail.gmail.com
> <https://groups.google.com/d/msgid/beagleboard/CAG99bkoRNikNuKJ%3Dd5TyL7jBMkmTgWsm0ixpc%2BsLfApJsqtq4w%40mail.gmail.com?utm_medium=email_source=footer>
> .
>

-- 
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 beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/CAJaY%3DEyV7Xp1AuAQW8Qio4w6JX6LvgTjh1sbEAH3tNZuxmO%3DWw%40mail.gmail.com.


Re: [beagleboard] IDE (eclipse) for Beaglebone on Windows

2020-08-18 Thread jonnymo
Yes, you can cross compile from Windows 10 to the Beaglebone but your best
option would be Eclipse since you can compile on Windows and then scp the
code over from Eclipse.  You can use Visual Studio but you would end up
having to build on the remote target and not on Windows.  However, with
Visual Studio you could use something like VisualGDB but will cost an extra
$99 US. You can download and use it for a month for free though.

Here are a couple of links that might help.
http://exploringbeaglebone.com/chapter7/
http://jkuhlm.bplaced.net/hellobone/

https://www.youtube.com/watch?v=af-1hDfoRcg
https://elinux.org/images/d/df/Using_VS_and_VS_Code_for_Embedded_Development.pdf


Using VisualGDB although I am not sure if this is needed any more.
https://visualgdb.com/tutorials/beaglebone/qt5/cross-compile/


Cheers,

Jon

On Tue, Aug 18, 2020 at 10:54 AM  wrote:

> Are you running Ubuntu under the Windows Subsystem for Linux?  (  WSL )
>
> If so WSL1 or WSL2? Also,  if so I wasn’t aware you could run a GUI
> this way.Can GNOME 3 be run under WSL?
>
>
>
>
>
> *From:* beagleboard@googlegroups.com  *On
> Behalf Of *NAGABHOOSHANAM VEMULA
> *Sent:* Tuesday, August 18, 2020 12:42 PM
> *To:* BeagleBoard 
> *Subject:* [spam] [beagleboard] IDE (eclipse) for Beaglebone on Windows
>
>
>
> Hi,
>
> As a newbie to Linux, looking for IDE and debuggers.
>
>
>
> my setup,
>
> a) I have windows10 PC with ubuntu as application, (ubuntu on Windwos)
>
> b) Connected to Beaglebone with SSH,
>
> c) beaglebone has an internet-over-USB connection.
>
>
>
> I am inclined towards an IDE and debugger (like eclipse) instead of Vi
> editor
>
>
>
> My question:
>
> 1) What are the various IDE options on Windows (eclipse and any other?)
>
> 2) Can we install any IDE on my Ubuntu--on-Windows? (may be stupid
> question)
>
> 3)  If I install eclipse IDE on windows. Does it help to connect to
> targetboard?
>
> to run the program and debug.
>
>
>
> Please guide me, Thanks in advance
>
> .
>
>
>
> --
> 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 beagleboard+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/beagleboard/5444751e-64a6-48a4-8a9d-eaf04c1e81c9n%40googlegroups.com
> <https://groups.google.com/d/msgid/beagleboard/5444751e-64a6-48a4-8a9d-eaf04c1e81c9n%40googlegroups.com?utm_medium=email_source=footer>
> .
>
> --
> 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 beagleboard+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/beagleboard/486e01d67588%2499d910b0%24cd8b3210%24%40ddennis.net
> <https://groups.google.com/d/msgid/beagleboard/486e01d67588%2499d910b0%24cd8b3210%24%40ddennis.net?utm_medium=email_source=footer>
> .
>

-- 
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 beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/CAG99bkoRNikNuKJ%3Dd5TyL7jBMkmTgWsm0ixpc%2BsLfApJsqtq4w%40mail.gmail.com.


RE: [beagleboard] IDE (eclipse) for Beaglebone on Windows

2020-08-18 Thread dave
Are you running Ubuntu under the Windows Subsystem for Linux?  (  WSL ) 

If so WSL1 or WSL2? Also,  if so I wasn’t aware you could run a GUI this 
way.Can GNOME 3 be run under WSL?

 

 

From: beagleboard@googlegroups.com  On Behalf Of 
NAGABHOOSHANAM VEMULA
Sent: Tuesday, August 18, 2020 12:42 PM
To: BeagleBoard 
Subject: [spam] [beagleboard] IDE (eclipse) for Beaglebone on Windows

 

Hi,

As a newbie to Linux, looking for IDE and debuggers.

 

my setup, 

a) I have windows10 PC with ubuntu as application, (ubuntu on Windwos)

b) Connected to Beaglebone with SSH,

c) beaglebone has an internet-over-USB connection.

 

I am inclined towards an IDE and debugger (like eclipse) instead of Vi editor 

 

My question:

1) What are the various IDE options on Windows (eclipse and any other?)

2) Can we install any IDE on my Ubuntu--on-Windows? (may be stupid question)

3)  If I install eclipse IDE on windows. Does it help to connect to targetboard?

to run the program and debug.

 

Please guide me, Thanks in advance

.

 

-- 
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 beagleboard+unsubscr...@googlegroups.com 
<mailto:beagleboard+unsubscr...@googlegroups.com> .
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/5444751e-64a6-48a4-8a9d-eaf04c1e81c9n%40googlegroups.com
 
<https://groups.google.com/d/msgid/beagleboard/5444751e-64a6-48a4-8a9d-eaf04c1e81c9n%40googlegroups.com?utm_medium=email_source=footer>
 .

-- 
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 beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/486e01d67588%2499d910b0%24cd8b3210%24%40ddennis.net.


[beagleboard] IDE (eclipse) for Beaglebone on Windows

2020-08-18 Thread NAGABHOOSHANAM VEMULA
Hi,
As a newbie to Linux, looking for IDE and debuggers.

my setup, 
a) I have windows10 PC with ubuntu as application, (ubuntu on Windwos)
b) Connected to Beaglebone with SSH,
c) beaglebone has an internet-over-USB connection.

I am inclined towards an IDE and debugger (like eclipse) instead of Vi 
editor 

My question:
1) What are the various IDE options on Windows (eclipse and any other?)
2) Can we install any IDE on my Ubuntu--on-Windows? (may be stupid question)
3)  If I install eclipse IDE on windows. Does it help to connect to 
targetboard?
to run the program and debug.

Please guide me, Thanks in advance
.

-- 
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 beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/5444751e-64a6-48a4-8a9d-eaf04c1e81c9n%40googlegroups.com.