EmbLogic's Blog

Category Archives: ARM Embedded Processors

Processors

ARM is the industry’s leading provider of 32-bit embedded microprocessors, offering a wide range of processors based on a common architecture that deliver high performance, industry leading power efficiency and reduced system cost. Combined with the broadest ecosystem in the industry with over 750 Partners delivering silicon, tools and software, the wide portfolio of more than 20 processors are able to meet every application challenge. With more than 20 billion processors already created and in excess of 10 million shipped every day, ARM truly is The Architecture for the Digital World®.

To Vaibhav Sir.

crt1.o crt0.o crtbegin.o error has been solved by using some other gcc version. But now I am into a new problem i.e. -lgcc not found. when I execute the program. The actual error is in it … that my libgomp … Continue reading

Posted in ARM Embedded Processors, Embedded Linux | Leave a comment

What are PIEs…?

Scrt1.o Used in place of crt1.o when generating PIEs. . . what are PIEs…?. . . I already know about crt1.o but didn’t get PIEs..

Posted in ARM Embedded Processors, Data Structures with C, Embedded Controllers, Embedded Linux | Leave a comment

It may help somewhere in Toolchain..

crt0.o Older style of the initial runtime code ? Usually not generated anymore with Linux toolchains, but often found in bare metal toolchains. Serves same purpose as crt1.o (see below). crt1.o Newer style of the initial runtime code. Contains the … Continue reading

Posted in ARM Embedded Processors, Embedded Linux | 1 Comment

I need to know this…

Sir, Is there any way available to convert an .obj (object file) file to a .c file…?

Posted in ARM Embedded Processors, Data Structures with C, Embedded Linux | 1 Comment

Another problem with Toolchain.

for the previous problem i.e. Links can not be tested after GCC_NO_EXECUTABLES… I disabled zlib inside gcc-4.5.1… by using –without-gmp-zlib. and error is gone… but after that.. the error is:. checking for working strncmp… no….(Previous Error was at this line) … Continue reading

Posted in ARM Embedded Processors, Embedded Linux | Leave a comment

Problem with Toolchain..

Facing an error at the last step, while doing “build-gcc”. Error occurs at make -j 2 . Error is : Link tests are not allowed after GCC_NO_EXECUTABLES

Posted in ARM Embedded Processors, Embedded Linux | Leave a comment

tool chain……….

is there  need to make and install kernel after the configuration .and what contents are accessory to add for arm processor during conflagration ??????

Posted in ARM Embedded Processors | 2 Comments

Tool chain???????

could any body suggested me the compatible version for creating a toolchain????//

Posted in ARM Embedded Processors | 2 Comments

Arm xm-board boot sequence????/

dear listener, i requested u to please tell me the correct boot sequence if i want to boot from pen drive.

Posted in ARM Embedded Processors | Leave a comment

how to know your system is little endian or big endian………..?

ARM processors could work in both modes either little and big endian. In the ARM9TDMI, it works as  “BIGEND” that can be set (0 or 1) for instruction and data fetches…but only affect 16bit or 8bit fetches, while leaving the … Continue reading

Posted in ARM Embedded Processors | 4 Comments