... Shares linking needs some sort of runtime linking support which is generally provided by the operating system. If you're building code that runs on a small...
Folks, I have a copy of the "Embedded System Design on a Shoestring" book. But I have lost a CD that came with it. I know that I can download the source code...
hi, i found the executables built by gnuarm are all static-linked. how can i built dynamical-linked executable? thanks. -- woody then sun rose thinly from the...
... The gnuarm stuff is mainly targeted at embedded development with no OS (or perhaps a very small RTOS). This scenario typically does not use/ support ...
... yes, i am using linux on arm9. -- woody then sun rose thinly from the sea and the old man could see the other boats, low on the water and well in toward...
... so much thanks for you giving the links, especially the first one. and, i've post the question to the arm-linux mailing list waiting for a reply. thank...
Hi all, "Wish you all happy new year" I have stuck up with printf statement.I wanted to send a floting point value through serial port of LPC2138.I am using...
I am sorry to trouble you all by this subject. I really try many ways to resolve these problems, but I did not. I compiled the arm-elf tools on Ubuntu6.10...
I just ordered the Olimex USB JTAG debugger as you suggested and I'll report my experiences to the list when I get it working. Has anyone else used this...
... You are missing floating point math functions in your newlib implementation. Either you did not build newlib to include the math functions, or you are not...
Hello, has anyone tried gnuarm for ISAv6 / ARM11? I am looking for an inexpensive and commonly available evaluation kit that allows me to run software on an...
... It is probably the order in which you are linking objects + libraries together. 'ld' does not do a circular linking process to resolve symbols, essentially...
Thank you all for giving me so many helpful informations. I have resolved this issue. 1> I have no --with-float=soft in the configure command. gnuarm.org and...
... np. Just remember, it is now your turn to help someone else. ;-) Regards, TomW -- Tom Walsh - WN3L - Embedded Systems Consultant http://openhardware.net...
... Try adding '-Wa,-adhlns=$(<:.c=.lst)' to your gcc compiler flag list. TomW -- Tom Walsh - WN3L - Embedded Systems Consultant http://openhardware.net...
arm-elf-objcopy is your best friend, check it out =) Stephan _____ From: gnuarm@yahoogroups.com [mailto:gnuarm@yahoogroups.com] On Behalf Of Nick_Carterk Sent:...
That would be both then =) arm-elf-objcopy -O binary startup/os.o os.bin os.o being the elf image os.bin being the binary image =) Stephan _____ From:...
... With the exception that you lose most of the context of the code you are viewing. The .lss & .lst listing files produce an intermix of the source file...
Scenario: Using yagarto gcc 4.1.1 on a Windows XP platform All .c's are compiled with -mthumb_interwork Interrupt service routines are in separate .c files,...
I am working with some sample code written for another ARM compiler. It has commands or syntax not recognized by gcc. What are the equivalents of the...
... I have an equivalent in the newlib-lpc library. It's a short assembly routine. The inline then disappears entirely. It's not likely gaining you much...
... write an assembly function (in arm / 32 bit mode) that uses the "MRS" instruction to get the cpsr register. "MSR" for set. ... __inline__ . But when I ran...