--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to a topic in the Google Groups "BeagleBoard" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/beagleboard/QN5ojiYDcDU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to beagleboard...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/dcbcb103-21d0-4b30-ac60-83b2d0b4e190%40googlegroups.com.
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.com/d/msgid/beagleboard/CANN_KV6USTQz6nw%2BD%2BBreAN3sqg_xjE7nodB79Z-MereK8s_PQ%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/ae796f7d-3cd2-4673-82f3-4cddbbcf4faa%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/9889c802-d847-47dc-ac82-f0ee7bbe82d6%40googlegroups.com.
$ gcc somefile.c -o somefile -Wall /* and whatever other options I want and need */
$ chmod +x ./somefile /* File needs to be given executable permissions */
$ ./somefile /* Then the application does its thing . . .*/
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 ?
Using Make is probably a good idea.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/982fc132-825c-48dd-9e38-520441256f4c%40googlegroups.com.
--
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.com/d/msgid/beagleboard/c2feeb04-b02a-4693-a31e-52d9504afde5%40googlegroups.com.
William, you ask philosophical questions about IDE. I don't intend to discuss this.
Everyone has own requirements and what is good for one case may be bad for other.
--
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.com/d/msgid/beagleboard/56efc0ff-df40-44e8-8496-407e06f4ab93%40googlegroups.com.