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.