[Mspgcc-users] mspgcc4 build failure and work around

2011-02-18 Thread David W. Schultz
. Is this problem deserving of a bug report? -- David W. Schultz http://home.earthlink.net/~david.schultz Life without stock is barely worth living... Anthony Bourdain -- The ultimate all-in-one performance toolkit: Intel(R

Re: [Mspgcc-users] Custom linker file

2011-08-06 Thread David W. Schultz
all the other vectors behave as usual for the main program. The main program should have no idea that it was started by the bootloader. I hope. As usual, plans will change to reflect reality. :-) -- David W. Schultz http://home.earthlink.net/~david.schultz Pooh just is. Tao of Pooh

Re: [Mspgcc-users] msp430-gcc using wrong assembler..

2011-11-19 Thread David W. Schultz
://sourceforge.net/mailarchive/forum.php?thread_name=4D5EFBBD.6040505%40earthlink.netforum_name=mspgcc-users -- David W. Schultz http://home.earthlink.net/~david.schultz Put down that pickle! -- All the data continuously generated

Re: [Mspgcc-users] Examples of msp430-as with symbolic operands

2012-02-17 Thread David W. Schultz
zero. if ((*l1 == '$' x 0) || x 0) x -= 2; -- David W. Schultz http://home.earthlink.net/~david.schultz Who? What? Where? When? Aahhhg! - Duck Dodgers -- Virtualization Cloud Management

Re: [Mspgcc-users] 16x16 multiply, schrinked result

2012-02-19 Thread David W. Schultz
is a function that does this but I have never seen one. -- David W. Schultz http://home.earthlink.net/~david.schultz Who? What? Where? When? Aahhhg! - Duck Dodgers -- Virtualization Cloud Management Using Capacity

Re: [Mspgcc-users] mspdebug

2013-09-26 Thread David W. Schultz
. Recently the Launchpad has been giving me fits which is why I pulled out a JTAG unit. At times the Launchpad works but other times it fails to enumerate. (use dmesg to view information spit out as it tries to connect) -- David W. Schultz http://home.earthlink.net/~david.schultz Returned for Regrooving

Re: [Mspgcc-users] Can the RESET_VECTOR be redefined at compile time to a specific value?

2014-04-18 Thread David W. Schultz
it load the main program. Since it is in charge of that process it can make sure that the reset vector gets loaded with the desired address. -- David W. Schultz http://home.earthlink.net/~david.schultz Returned for Regrooving

[Mspgcc-users] relocation error

2015-02-18 Thread David W. Schultz
-gcc, aka: msp430-elf-gcc (GCC) 4.9.1 20140707 (prerelease (msp430-14r1-167)) (GNUPro 14r1) It works just fine on my old msp430-gcc. aka: msp430-gcc (GCC) 4.6.4 20130412 (mspgcc LTS 20120406 unpatched) Is there something I am doing wrong or did someone break the assembler? -- David W. Schultz

Re: [Mspgcc-users] while(flag)

2015-11-08 Thread David W. Schultz
the compiler will see that it never changes and optimize accordingly. -- David W. Schultz http://home.earthlink.net/~david.schultz Returned for Regrooving -- ___ Mspgcc-users mail

Re: [Mspgcc-users] New MSP430 GCC version release available!

2015-10-17 Thread David W. Schultz
es=c --disable-libmudflap --disable-libssp --disable-libgomp --disable-libstdcxx-pch --disable-threads And since that was in its own build directory, it didn't conflict at all with the msp430 build. It is almost certain that there is an optimal set of options for the task but I don't know what the

Re: [Mspgcc-users] odd code generation

2015-09-27 Thread David W. Schultz
but still very surprising. -- David W. Schultz http://home.earthlink.net/~david.schultz Returned for Regrooving -- ___ Mspgcc-users mailing list Mspgcc-users@lists.sourceforge

[Mspgcc-users] odd code generation

2015-09-27 Thread David W. Schultz
n shifts to combine. This is with optimization on. (-O2) Looking at some other spots where I read the information memory, it also reads it a byte at a time. Why is it being so stupid? Even the shift is stupid since a single swpb would do the trick. -- David W. Schultz http://home.earthlink.net/~david.schultz Retu

Re: [Mspgcc-users] New MSP430 GCC version release available!

2015-09-25 Thread David W. Schultz
utine. Its like it completely forgot about the EABI. -- David W. Schultz http://home.earthlink.net/~david.schultz Returned for Regrooving -- ___ Mspgcc-users mailing list Ms

Re: [Mspgcc-users] assembler vs extension words

2016-02-03 Thread David W. Schultz
in the documentation. I wonder where someone writing an assembler is supposed to find this stuff. (I forgot to include the as version before: 2.24.51.20140505) The patch might have been of some use to me if I had built as from sources. It has been a long time since I have done that. -- David W. Sch

[Mspgcc-users] GNU assembler problem with jump target address

2016-01-20 Thread David W. Schultz
, gas is invoked with option "-mQ". Disabling that option makes this error go away. (It might not be the assembler that is at fault here but the linker. Changing the gas option does fix it so I will go with the assembler.) Assembler version is: GNU assembler (GNU Binutils) 2.24.51.20140505

Re: [Mspgcc-users] Mspdebug: "prog" programs vectors, not program code

2016-08-11 Thread David W. Schultz
It has been a while but I seem to remember having a similar problem. Too long ago to remember details but I think it was a problem with the section flags. You can check the flags using msp430-elf-readelf -S XX.elf -- David W. Schultz http://home.earthlink.net/~david.schultz "Life wi

Re: [Mspgcc-users] Using XIN pin as port or timer output

2016-11-30 Thread David W. Schultz
then no signal will reach those pins. -- David W. Schultz http://home.earthlink.net/~david.schultz "Life without stock is barely worth living..." - Anthony Bourdain -- ___

Re: [Mspgcc-users] TI compiler

2017-03-23 Thread David W. Schultz
to finish. -- David W. Schultz http://home.earthlink.net/~david.schultz "Life without stock is barely worth living..." - Anthony Bourdain -- Check out the vibrant tech community on one of the world's most eng

Re: [Mspgcc-users] TI compiler

2017-03-22 Thread David W. Schultz
s in another file. -- David W. Schultz http://home.earthlink.net/~david.schultz "Life without stock is barely worth living..." - Anthony Bourdain -- Check out the vibrant tech community on one of the world's mo

Re: [Mspgcc-users] TI compiler

2017-03-22 Thread David W. Schultz
On 03/22/2017 10:43 AM, Bob von Knobloch wrote: > On 22/03/17 16:24, David W. Schultz wrote: >> Calling another function from the ISR was what triggers this bad >> behaviour. Especially if the called function is in another file. > Hi David, > my code doesn't call a func

Re: [Mspgcc-users] msp430x1612 header

2017-03-30 Thread David W. Schultz
like device register addresses, from the .h files into the linker scripts some time ago. You should use the provided linker scripts and they will resolve symbols like WDTCTL. -- David W. Schultz http://home.earthlink.net/~david.schultz "Life without stock is barely worth liv

Re: [Mspgcc-users] msp430x1612 header

2017-03-30 Thread David W. Schultz
le to identify and include MCU > header". So I looked into msp430.h and it does not have any msp430x1612.h. > Is there anyway to run this code with the latest version of mspgcc? Identify a specific part: -mmcu=msp430f1612 -- David W. Schultz http://home.earthlink.net/~david.schultz &

Re: [Mspgcc-users] TI compiler

2017-03-23 Thread David W. Schultz
On 03/23/2017 06:13 AM, Bob von Knobloch wrote: > Do you know where there is proper documentation of their instruction > set? What I have from TI is scant, to say the least. The family guides have complete descriptions. In this case slau144. -- David W. Schultz http://home.earthli

Re: [Mspgcc-users] TI compiler

2017-03-06 Thread David W. Schultz
interrupt vectors plus reset. -- David W. Schultz http://home.earthlink.net/~david.schultz "Life without stock is barely worth living..." - Anthony Bourdain -- Announcing the Oxford Dictionaries API! The API of

Re: [Mspgcc-users] TI compiler

2017-03-06 Thread David W. Schultz
On 03/06/2017 02:19 PM, Bob von Knobloch wrote: > Hi David, > How have you extracted these from the .elf file? I didn't. You were talking about the .hex file so that is where I looked. The ISRs start out like this: __attribute__((wakeup, interrupt(USCI_A1_VECTOR))) void rxISR(void) -- D

Re: [Mspgcc-users] TI compiler

2017-03-06 Thread David W. Schultz
he flags for gcc when linking. SUPPORT_FILE_DIRECTORY having previously been set to /usr/ti/gcc/include -- David W. Schultz http://home.earthlink.net/~david.schultz "Life without stock is barely worth living..." - Anthony Bourdain -

Re: [Mspgcc-users] TI compiler

2017-03-03 Thread David W. Schultz
e using objdump? If not, that can disassemble the code into something readable so you can see just what is going on. -- David W. Schultz http://home.earthlink.net/~david.schultz "Life without stock is barely worth living...