... Is there any (elaborate) tutorial, which you suggest, on how to configure and build binaries with options of our choice for a Windows environment? I am...
... Hi Richard this link you posted is really helpful. Yesterday I asked myself: "where did I get this gnuarm toolchain I am currently using. I scanned my...
... Â Â Â Â ... Hi Richard, Thank you. Will go through the suggested readings. Regards Nayani ... org/support. >html There are links to a number of documents...
Good evening, I am currently trying to compile a simple Hello World application using arm-elf-c++.exe under Cygwin. Contents of my CPP file: <code> #include...
You are not specifying an output file, so you probably have an a.out file, that would be your binary, or I guess 'executable' as you say in windows land, maybe...
Thanks a lot for the tip! I did have an a.out afterall, found in /. I am going to attempt to run the simple app on Qemu under Red Hat compiled for ARM. I will...
Hi Everyone; I'm attempting to compile gcc 4.3 and newlib on debian/linux, as per the instructions here: http://www.gnuarm.org/support.html I've made it to...
Hello again, A quick clarification, I'm compiling gcc and newlib and whatnot from the gnu/arm stuff and getting errors; I already have my normal gcc stuff set...
*facepalm* Ok, I figured out why it's not building all the way. Stupid mistake, not important. But, still, my other stupid questions vex me :) -Aeva...
... This is the C library and it is required if you intend to use any library functions like printf(), etc. Google for 'newlib' ... Insight is a graphical...
Is there a way to get arm-elf-run to display the number of clock cycles used in a run of some ARM code? `arm-elf-run --help' says that `arm-elf-run -v' will...
Hello all, I have an MKII JTAG which is used for programming AVR series micro controllers fro Atmel. I would like to use this JTAG for programming an ARM...
... I never tried that in the compiler. But in most of my code, one timer is setup to do increment at 1 usec interval. Its useful for doing these types of...
Checkout this web... www.rhydolabz.com They have cheapest JTAG solution. I am using it.. and is excellent. ... From: Donald H <donhamilton2002@...> ...
Hello Nayani, As it was already mentioned on this group already AVR MKII JTAG is intended for use with AVR targets. For ARM based microcontrollers you will...
... FWIW, that is a parallel port bit-banger. They tend to be temperamental with cable lengths and not all computers have a parallel printer port anymore....
I definitely back up what TomW says here. Parallel port bit-banging can be very temperamental. If you don't have a parallel port, then you definitely don't...
Hi, Also, you could try using the new Amontec JTAGkey-2 Hi-Speed USB JTAG Cable from http://www.amontec.com . - up to 30mhz JTAG - RTCK support known as...
I've been working with one of the new Rowley CrossConnect Pro units. It's a lot faster than the original CrossConnect, and has some other interesting features...
... Are you able to get this kind of timing meaningfully using the simulator? I'm thinking that it should be a trivial matter for arm-elf-run to print the...
I have lpc2148 from spj embedded systems.i try to use a JTAG parallel port ... http://www.frozeneskimo.com/electronics/arm-tutorials/jtag-wiggler-clone/ any...
Nope.... No JTAG Debugger does work with SPJ boards. I have 4 boards, but could not use them on JTAG. ... From: Raju Nalla <raju_nem@...> Subject: Re:...