Displaying 5 results from an estimated 5 matches for "mspgcc".
Did you mean:
mscc
2018 May 25
1
MSP430: interrupt vector number out of bounds error in v6/trunk (with patch)
...on by 2 is
necessary when compiling and assembling with the TI MSP GCC, whose
msp430*.h headers define vector number macros, like.
#define EUSCI_A0_VECTOR (48) /* 0xFFF0 */
My guess is that the current LLVM code from above has been left over
from very old and deprecated community project MSPGCC, which is very
different from TI MSP GCC and is no longer supported.
To make interrupts work, I had to apply attached patch and then in the
app code, define the symbol manually (name of the symbol does not
matter) and allocate it to the section __interrupt_vector_ for that
vector number that is de...
2009 Apr 02
0
[LLVMdev] MSP430 backend
Hi,
Is there any implementation for MSP430 backend to LLVM ? Maybe at very
early phase. (I did not found anything in google). I need this because
mspgcc's support of newest TI's MCU seems very unstable. If there any
project for MSP430, I'd better join it rather than develop the whole
thing from scratch.
---
Regards,
Dmitry
2009 Oct 02
0
[LLVMdev] Mailing list for out-of-band MSP430 backend discussion
...SP430
microcontrollers. Anton wrote an MSP430 backend as an exercise, and
some of the nastiest parts are done (thanks Anton!), but the consensus
seems to be that there's still quite a bit of work left to do before
LLVM can replace the commercial and open-source compilers (IAR, CCE,
CrossWorks, mspgcc, and so on) that people use.
I've created a mailing list where we can have graphic, detailed
discussions of the MSP430 and its LLVM backend. Feel free to
subscribe for discussion and/or lurking.
http://lists.ransford.org/mailman/listinfo/llvm-msp430
We'll try to redirect questions to...
2009 May 04
3
[LLVMdev] leveraging back-end C compiler features in the gcc-based front-end
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="-1"><font face="Verdana">i'm looking into using llvm with
TI's MSP430, for which a C compiler from TI already exists; the idea
here is to use llc -march=c and
2018 Jun 17
2
status of msp430?
Hello,
I have a user asking about msp430 support for Zig. When they try to target
msp430, this error is triggered:
if (target_machine->addPassesToEmitFile(MPM, dest, ft)) {
*error_message = strdup("TargetMachine can't emit a file of
this type");
return true;
}
I tried using clang alone: clang -c add.c -target msp430-unknown
int add(int