Re: [beagleboard] Re: Help with Cross Compile of first HelloWorld App

2017-05-31 Thread Przemek Klosowski
On Wed, May 31, 2017 at 6:23 AM, ee14mtech11049 via BeagleBoard < beagleboard@googlegroups.com> wrote: > here what does dec 221812 hex 36274 represents? > > > text databssdechex filename 211304 2732 7776 221812 36274 HelloBeagle.elf text segment size ( 211304) plus data

[beagleboard] Re: Help with Cross Compile of first HelloWorld App

2017-05-31 Thread ee14mtech11049 via BeagleBoard
here what does dec 221812 hex 36274 represents? On Thursday, April 10, 2014 at 4:50:47 AM UTC+5:30, RV9Flyer wrote: > > I'm a newbie and this is my first post. > > I just got started with building my first HelloWorld style app to test the > cross-compile capabilities of Eclipse/CDT, The app

[beagleboard] Re: Help with Cross Compile of first HelloWorld App

2014-04-11 Thread kbehrent
Not sure I want to dive into compiling a new kernel just yet. heck, can't even get a hello world running, although I can compile just fine on the BBB. Is there a specific toolchain for Eclipse for angstrom for the cortex-a8? On Thursday, April 10, 2014 7:28:02 AM UTC-7, Piotr Murawski wrote:

[beagleboard] Re: Help with Cross Compile of first HelloWorld App

2014-04-10 Thread halherta
RV9Flyer, the arm-none-eabi-gcc cross-compiler is in my humble understanding intended for use with' bare-metal' 'non-mmu' 'sans Linux' ARM microcontrollers..specifically the Cortex-R/Cortex-M cores. You need to use a different toolchain for Linux-based, MMU-based Cortex-A setups such as that

[beagleboard] Re: Help with Cross Compile of first HelloWorld App

2014-04-10 Thread Piotr Murawski
Just compile the kernel following the commonly known instructions for BBB. On of the step, will download appropriate gcc toolchain, it will be named like gcc-linaro-arm-linux-gnueabihf-4.8-2013.10_linux/. That's it. Regards, Piotr. W dniu czwartek, 10 kwietnia 2014 01:20:47 UTC+2

Re: [beagleboard] Re: Help with Cross Compile of first HelloWorld App

2014-04-10 Thread Hussam Hertani
Piotr I know that the linaro toolchain will work with Debian/Ubuntu armhf images . Will it also work in the same way with angstrom? ...I thought that angstrom needed a different toolchain for cross-compiling applications. But I could be wrong. On Thu, Apr 10, 2014 at 10:28 AM, Piotr Murawski