`__udivmodsi4' and I am not using any math functions Unfortunately it is company owned source code. I don't think my bosses would be pleased if I post it online.
I would love to track down the root cause of this error. It doesn't...
Wednesday, 11 April 2012 - 13:48
`__udivmodsi4' and I am not using any math functions The state machine is full off function calls, but it still has a size of 1480 lines of code o_O.
I know, I could break it down more by giving each state a function were the events...
Wednesday, 11 April 2012 - 12:12
`__udivmodsi4' and I am not using any math functions I cannot find any RJMP/RCALL in the source. Only in the lss file.
I see that without my changes from yesterday and without -mrelax, the longest rjmp is
facc: f4 c7 rjmp...
Wednesday, 11 April 2012 - 11:32
`__udivmodsi4' and I am not using any math functions I don't know if I have a problem with __divmodsi4.
My error message is
relocation truncated to fit: R_AVR_13_PCREL against `no symbol'
I don't know what the compiler means with...
Wednesday, 11 April 2012 - 09:56
`__udivmodsi4' and I am not using any math functions SprinterSB wrote:Thus, linking with --sort-section=name should be a fix.
Sorry, that doesn't fix the problem. It compiles as long as I have the -mrelax option included. If I take...
Wednesday, 11 April 2012 - 07:58
`__udivmodsi4' and I am not using any math functions OK, seems like adding -mrelax to the linker flags does the trick. Now, the code compiles and the size is down to 74kB. But what happens when I again reach the apparently critical...
Tuesday, 10 April 2012 - 14:36
`__udivmodsi4' and I am not using any math functions SprinterSB wrote:
The bug comes from assumptions made in libgcc that assume that libgcc functions will be located close together. Fix is according SORT directive in the linker...
Tuesday, 10 April 2012 - 14:13
Multi project setup using solution... Best practice? clawson wrote:Quote:
I will not be able to debug the library files, right?
Why would you want to - the whole point of libraries is that it's complete/tried/tested code. Do you...
Tuesday, 3 April 2012 - 09:21
Multi project setup using solution... Best practice? Of course I can have a solution with more than one project inside. But I don't like the plain list view, which I get when I add the helper and driver files as links to the...
Tuesday, 3 April 2012 - 08:29
Speeding down the system clock during debug session problem OK,it seems that it happens when I have a studio 4 project opened before or in parallel.
As long as I don't use them both together or don't use a studio 4 project between computer...
Monday, 5 March 2012 - 08:33
AVR Studio 5 Released - Get Your BETA Here! When starting debug session the EEPROM Data is deleted and initialized even if the EESAVE Fuse is set.
AVR Studio 4 used to ask me if I wanted to delete the EEPROM Data and if I...
Nevermind :lol:
Unfortunately it is company owned source code. I don't think my bosses would be pleased if I post it online. I would love to track down the root cause of this error. It doesn't...
The state machine is full off function calls, but it still has a size of 1480 lines of code o_O. I know, I could break it down more by giving each state a function were the events...
I cannot find any RJMP/RCALL in the source. Only in the lss file. I see that without my changes from yesterday and without -mrelax, the longest rjmp is facc: f4 c7 rjmp...
I don't know if I have a problem with __divmodsi4. My error message is relocation truncated to fit: R_AVR_13_PCREL against `no symbol' I don't know what the compiler means with...
SprinterSB wrote:Thus, linking with --sort-section=name should be a fix. Sorry, that doesn't fix the problem. It compiles as long as I have the -mrelax option included. If I take...
OK, seems like adding -mrelax to the linker flags does the trick. Now, the code compiles and the size is down to 74kB. But what happens when I again reach the apparently critical...
SprinterSB wrote: The bug comes from assumptions made in libgcc that assume that libgcc functions will be located close together. Fix is according SORT directive in the linker...
clawson wrote:Quote: I will not be able to debug the library files, right? Why would you want to - the whole point of libraries is that it's complete/tried/tested code. Do you...
Of course I can have a solution with more than one project inside. But I don't like the plain list view, which I get when I add the helper and driver files as links to the...
OK,it seems that it happens when I have a studio 4 project opened before or in parallel. As long as I don't use them both together or don't use a studio 4 project between computer...
When starting debug session the EEPROM Data is deleted and initialized even if the EESAVE Fuse is set. AVR Studio 4 used to ask me if I wanted to delete the EEPROM Data and if I...
Pages