Search the web
Sign In
New User? Sign Up
gnuarm
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2009 - 2038 of 4906   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2009
Hello, if you want to see a short tutorial how to setup OpenOCD/GNUARM/Insight for windows (without the need of install cygwin) take a look here: ...
mifi4242
Offline Send Email
Apr 1, 2006
1:54 pm
2010
Hi, I wonder what's the major difference between these two library. If I want to have a smaller build, which one is better? Thanks Jing...
jzhou70
Offline Send Email
Apr 3, 2006
1:10 am
2011
Hi, This topic has been dealt with ad-infinitum when referring to structure alignment between different C compilers, and between C compilers and hardware...
Bruce Paterson
abruceperson
Offline Send Email
Apr 3, 2006
6:34 am
2012
... Yes, I am using NetOS. It has been working fine except for the backtrace problem. Maybe they've patched something for XTools. Thanks - I look in those...
gotmada
Offline Send Email
Apr 3, 2006
12:32 pm
2013
... IOW: ============ begin ============== void moduleB (TOD_TYPE * bar) { } void moduleA (void) { TOD_TYPE foo; moduleB (&foo); } ============== snip...
Tom Walsh
twalsh0001
Offline Send Email
Apr 3, 2006
4:02 pm
2014
... ALSEC = bar->seconds; ALMIN = bar->min; ALHOUR = bar->hr; /* ALHOUR ends up with the ld.min field stored in it & so on. */ ... Above is my usage,...
Bruce Paterson
abruceperson
Offline Send Email
Apr 4, 2006
12:50 am
2015
I'm compiling for the ARM7 target using gcc Version 4.0.2, ld Version 2.16.1. I find that when I turn on the optimizer (-Os or -O1), or if I use the following...
Josh Keller
jkeller_1979
Offline Send Email
Apr 4, 2006
1:02 am
2016
Hi folks I'm having a problem trying to pass a string as an argument into a macro. eg. .macro mac_str str .string \str also tried .ascii .endm .... ...
embeddedjanitor
Offline Send Email
Apr 4, 2006
2:00 am
2017
... It might be worth checking to verify that the switch does not have an effect. It sounds like you have some reason to suspect it as you may have recently...
Tom Walsh
twalsh0001
Offline Send Email
Apr 4, 2006
2:41 am
2018
... It sounds to me like the at49x code source is being inlined due to the optimization. Is the at49x code independantly compiled as a seperate file? Or, are...
Tom Walsh
twalsh0001
Offline Send Email
Apr 4, 2006
2:48 am
2019
... Licensing issues are the main issue. newlib, for the most part is BSD-like licenses, uClibc is LGPL. YMMV on how big / small either code will be, or what...
Tom Walsh
twalsh0001
Offline Send Email
Apr 4, 2006
2:52 am
2020
Hey Tom, those were my first thoughts. I've been using objdump to see how the linker is actually locating my code and it locates the at49x.o files (and...
Josh Keller
jkeller_1979
Offline Send Email
Apr 4, 2006
3:59 am
2021
... Here is the body of a post I made in the LPC2000 group on a related topic. Look this over and it may give you some ideas / starting point: ... ...
Tom Walsh
twalsh0001
Offline Send Email
Apr 4, 2006
5:04 am
2022
Hi - I'm using the gnuarm project here: http://www.at91.com/www/phpBB2_mirror/viewtopic.php4?p=5381 It compiles fine alone, but I have been working off of it...
uoficowboy
Offline Send Email
Apr 5, 2006
1:27 am
2023
... Hmm... For my setup I need to specify not just gcc but the c and g libs as well. In my makefile I have: ARCHIVE1= "C:/Program Files/GNUARM/arm-elf/lib" ...
rtstofer
Offline Send Email
Apr 5, 2006
1:54 am
2024
... Hi Richard - thanks for the quick response. I just tried adding a slightly modified version of your code to my makefile, like this: ARCHIVE1= "C:/Program...
uoficowboy
Offline Send Email
Apr 5, 2006
2:16 am
2025
... Yes, but... The way you are doing the ${LD} you will scan the libraries before you know what symbols are missing. Let me give you a bit more of my...
rtstofer
Offline Send Email
Apr 5, 2006
5:14 am
2026
... A little follow-up: the reason the order in which the libraries are listed is important is that LD only passes through the libraries once in the order...
rtstofer
Offline Send Email
Apr 5, 2006
6:02 am
2027
... Hi Richard - thanks for your continued help. I must admit though, I'm still rather lost. Makefiles are a pretty new concept for me, so bear with me....
uoficowboy
Offline Send Email
Apr 5, 2006
6:29 am
2028
... makefiles. ... In my example LDFLAGS corresponds to yours in the following way: You call your linker script 'ldscript' and I call mine 'main.cmd'. Either...
rtstofer
Offline Send Email
Apr 5, 2006
2:35 pm
2029
Hi guys, I'm new to this forum, but nevertheless I have some info that would like to share and that I hope can bring some enlightenment. (If you find out that...
xiuhtecuhtli_1
Offline Send Email
Apr 5, 2006
3:17 pm
2030
... Makefiles are the Project files you never see in Windows. Make has been around a long long time, welcome to the present! heh. Your best bet for learning...
Tom Walsh
twalsh0001
Offline Send Email
Apr 5, 2006
4:28 pm
2031
... Eureka! I did what you said and got a series of errors saying "warning: internal error: dangerous error arm-elf-ld: C:/Program ...
uoficowboy
Offline Send Email
Apr 5, 2006
4:43 pm
2032
... Darned if I know! I don't use Thumb and, hopefully, interworking isn't required. There are no uses of these keywords in my makefile. My libraries are...
rtstofer
Offline Send Email
Apr 5, 2006
4:55 pm
2033
... Interworking means just that, it means that ARM 32bit code and ARM 16bit Thumb code can work together. Any project that you build on ARM will, basically,...
Tom Walsh
twalsh0001
Offline Send Email
Apr 5, 2006
7:32 pm
2034
Le Mercredi 5 Avril 2006 03:27, uoficowboy a écrit : Hello, This happens very often. There are multiple problems that can generate this error. I got it...
Duke Whisky
dukearmlover
Offline Send Email
Apr 5, 2006
7:47 pm
2035
... Correction: "... Any project that you build with ARM Thumb will ..." TomW -- Tom Walsh - WN3L - Embedded Systems Consultant http://openhardware.net,...
Tom Walsh
twalsh0001
Offline Send Email
Apr 5, 2006
8:09 pm
2036
The following gnuarm poll is now closed. Here are the final results: POLL QUESTION: Do you think GNUARM for Windows should include some basic developer tools...
gnuarm@yahoogroups.com
Send Email
Apr 6, 2006
2:09 am
2037
Hi - thanks to Richard my previous problem has been taken care of with the linker. But I'm not out of hot water yet! No sir. I included stdio.h and then tried...
uoficowboy
Offline Send Email
Apr 6, 2006
5:52 am
2038
Hi all, I have an AT91SAM7S64-EK, and I am trying to use the USB J-Link dongle that comes with it for programming and debugging, using Gnuarm + Insight instead...
Diego Essaya
diegoessaya
Offline Send Email
Apr 6, 2006
11:08 am
Messages 2009 - 2038 of 4906   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help