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

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 4505 - 4534 of 4906   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4505
こんにちは、Gnuarm@yahoogroups.comさん ...
Ramesh Singh
rameshks15
Offline Send Email
Apr 2, 2009
1:02 am
4506
Hi! I would like to programming a simple pwm in C using a AT91SAM7X processor. Can someone help me? Is there some site with a example showing how to program...
helderboreste
Offline Send Email
Apr 2, 2009
5:38 pm
4507
... Have you tried Google? I did and there are about 3500 responses for 'pwm AT91SAM7X' There is an app note at...
rtstofer
Offline Send Email
Apr 2, 2009
6:17 pm
4508
... Hi Richard! I used this example recently to do the same with the AT91X40 microprocessor. It uses the TC (Time Counter) to do a PWM. With the At91sam7x256,...
helderboreste
Offline Send Email
Apr 2, 2009
7:29 pm
4509
... You might look here, http://tinyurl.com/ddjr6j TomW -- Tom Walsh - WN3L - Embedded Systems Consultant http://openhardware.net http://cyberiansoftware.com...
tom
twalsh0001
Offline Send Email
Apr 2, 2009
11:49 pm
4510
... That's neat! I hadn't seen it before but I plan to use it a BUNCH. Thanks! Richard...
rtstofer
Offline Send Email
Apr 3, 2009
4:58 pm
4511
Which periperal for the PWM - TC which you can use the at91x4xxx code - PWMC which there is anoter app note out there. Ivan...
izfae
Online Now Send Email
Apr 3, 2009
5:51 pm
4512
Hello, I have these message errors in compilation with GCC (Cygnus compiler) with ARM tools.I work with windows.Could you help me? Thanks, wahid, Hello, I...
kahlaoui wahid
wahid_kw1
Offline Send Email
Apr 7, 2009
8:27 am
4513
... I believe those functions are in libgcc.a. In your Makefile, you need to define the path to the various librarys and you have to do it in the proper...
rtstofer
Offline Send Email
Apr 7, 2009
4:19 pm
4514
... The one thing that baffles the programmer experienced with how the majority of compilers and IDEs from the world of Windows tools is how the gcc linker...
tom
twalsh0001
Offline Send Email
Apr 7, 2009
5:56 pm
4515
... Allow me to expand on the usefulness of archives a bit more. I have a project with files organized into subdirectories as to basic system functionality:...
tom
twalsh0001
Offline Send Email
Apr 7, 2009
6:31 pm
4516
... By changing the definition of LOCATION, I can use an entirely different version of the toolchain in an entirely different location. This would work great...
rtstofer
Offline Send Email
Apr 7, 2009
7:32 pm
4517
Hi all, I want to create a arm elf binary for a source code in C that has multiple .c file. For that i have makefile of My source code. But when i try to...
pintu shah
pintu.shah...
Offline Send Email
Apr 8, 2009
6:52 am
4518
Hi pintu shah, What do you mean by "I am not able to compile". Can you send the error log, so that I can have a look and let you know the reason for failure. ...
Anandkumar, CB IN BLR...
anandkumarcb
Offline Send Email
Apr 8, 2009
8:06 am
4519
thanks for your reply.. ok.i will send you the whole log in next mail.. jigar ________________________________ From: "Anandkumar, CB IN BLR SISL"...
jigar shah
jiksh123
Offline Send Email
Apr 8, 2009
8:25 am
4520
Hello, I compile my C project with GCC for ARM. I would like to obtain a map file (file.map) that contains a total size for my project. I want to know the...
kahlaoui wahid
wahid_kw1
Offline Send Email
Apr 8, 2009
12:44 pm
4521
Specify -M for the linker to get the map file. Optimization: as the first step give -Os for the compiler. The read the gcc manual...
Foltos
foglaltid
Offline Send Email
Apr 8, 2009
12:52 pm
4522
I use the -Map option and I have a map file,but I don't have any information about size.Could you know what's the problem and help me please? Thanks,...
kahlaoui wahid
wahid_kw1
Offline Send Email
Apr 8, 2009
1:38 pm
4523
Hi to all. I am new in Linux based platforms. I have just adquired an arm9 based platform. I can connect through telnet or throug com port. With the board, the...
chebib1979
Offline Send Email
Apr 8, 2009
1:54 pm
4524
... If you want to reduce the compile time, get a faster computer. You can play with the -O options but be aware that some may not produce working code. GCC...
rtstofer
Offline Send Email
Apr 8, 2009
2:11 pm
4525
... There's no problem. Just RTFM (Read the Fine Mapfile :-)) Ralph...
Ralph Hempel
ralphhempel
Offline Send Email
Apr 8, 2009
3:31 pm
4526
arm-elf-size -x "your_elf_file" this will print the size for text, data and bss segments fro the given elf_file Pete...
Peter Hofmann
autologicpete
Offline Send Email
Apr 8, 2009
4:49 pm
4527
Hi all, Please help me out to solve the problem. I have a compression algorithm named EBCOT implemented in C. It contains mutliple ..c file. now i have i make...
pintu shah
pintu.shah...
Offline Send Email
Apr 11, 2009
8:50 pm
4528
... There is no difference, the tools are the same: those used to build code for linux would be the same as those used to build embedded code. No difference. ...
tom
twalsh0001
Offline Send Email
Apr 12, 2009
6:56 am
4529
hi if i m new to linux and ARM. i have a make file which need to be compile under gnuarm. then need i have to give all path of gnuarn in make file. and what...
pintu shah
pintu.shah...
Offline Send Email
Apr 12, 2009
8:40 am
4530
... I put a Makefile in the Files section. You can see how the macro LOCATION specifies the path to the toolchain. You will also see how the macros ARCHIVE1...
rtstofer
Offline Send Email
Apr 12, 2009
3:54 pm
4531
thanks for ur reply.  i have problem on how t compile my make file with arm-elf-gcc.   i think for that some changes in makefile needed.   do u have any...
pintu shah
pintu.shah...
Offline Send Email
Apr 15, 2009
6:03 am
4532
... I put that sample Makefile in the Files section for you. It is KNOWN to work. I detailed the changes you need to make in terms of the path to the...
rtstofer
Offline Send Email
Apr 15, 2009
7:26 pm
4533
Hello, I work with GCC compiler in cross compilation with many C files. I want to get a size report for the C code. After a compilation I have a map file...
kahlaoui wahid
wahid_kw1
Offline Send Email
Apr 17, 2009
11:39 am
4534
hi wahid. i have same situation . i have many c file and i want to compile them . how can i compile?? as you said you have compiled so can uoy please hemp to...
jigar shah
jiksh123
Offline Send Email
Apr 18, 2009
5:00 am
Messages 4505 - 4534 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