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...
... 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,...
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...
... 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...
... 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...
... 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:...
... 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...
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...
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. ...
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...
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,...
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...
... 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...
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...
... 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. ...
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...
... 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...
... 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...
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...
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...