This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

ComSC : is it possible to port this project into Stellaris Launchpad ?

http://comsc.sourceforge.net/

Im trying to port it with CCS 5.2, but i have problem with 

Description Resource Path Location Type
#20 identifier "ADC12CTL0" is undefined comsc.c /comsc_stellaris line 111 C/C++ Problem
#20 identifier "BCSCTL1" is undefined comsc.c /comsc_stellaris line 168 C/C++ Problem
#20 identifier "BCSCTL2" is undefined comsc.c /comsc_stellaris line 169 C/C++ Problem
#20 identifier "CCIE" is undefined ax_misc.c /comsc_stellaris line 55 C/C++ Problem
#20 identifier "DAC12_0CTL" is undefined comsc.c /comsc_stellaris line 112 C/C++ Problem
#20 identifier "DAC12_0DAT" is undefined ax_send.c /comsc_stellaris line 110 C/C++ Problem
#20 identifier "DAC12_0DAT" is undefined ax_send.c /comsc_stellaris line 324 C/C++ Problem
#20 identifier "DAC12_1CTL" is undefined comsc.c /comsc_stellaris line 113 C/C++ Problem
#20 identifier "DAC12_1DAT" is undefined ax_send.c /comsc_stellaris line 96 C/C++ Problem
#20 identifier "DAC12_1DAT" is undefined ax_send.c /comsc_stellaris line 103 C/C++ Problem
#20 identifier "DAC12AMP_5" is undefined comsc.c /comsc_stellaris line 112 C/C++ Problem
#20 identifier "DAC12ENC" is undefined comsc.c /comsc_stellaris line 112 C/C++ Problem
#20 identifier "DAC12IR" is undefined comsc.c /comsc_stellaris line 112 C/C++ Problem
#20 identifier "DAC12SREF_2" is undefined comsc.c /comsc_stellaris line 112 C/C++ Problem
#20 identifier "GIE" is undefined ax_rec.c /comsc_stellaris line 252 C/C++ Problem
#20 identifier "GIE" is undefined ax_send.c /comsc_stellaris line 193 C/C++ Problem
#20 identifier "GIE" is undefined comsc.c /comsc_stellaris line 159 C/C++ Problem
#20 identifier "IFG1" is undefined comsc.c /comsc_stellaris line 171 C/C++ Problem
#20 identifier "IFG1" is undefined comsc.c /comsc_stellaris line 173 C/C++ Problem
#20 identifier "LPM0_bits" is undefined comsc.c /comsc_stellaris line 159 C/C++ Problem
#20 identifier "MC_1" is undefined ax_misc.c /comsc_stellaris line 54 C/C++ Problem
#20 identifier "OFIFG" is undefined comsc.c /comsc_stellaris line 171 C/C++ Problem
#20 identifier "OFIFG" is undefined comsc.c /comsc_stellaris line 173 C/C++ Problem
#20 identifier "P1DIR" is undefined comsc.c /comsc_stellaris line 125 C/C++ Problem
#20 identifier "P1IN" is undefined ax_rec.c /comsc_stellaris line 68 C/C++ Problem
#20 identifier "P1OUT" is undefined ax_send.c /comsc_stellaris line 312 C/C++ Problem
#20 identifier "P2DIR" is undefined comsc.c /comsc_stellaris line 126 C/C++ Problem
#20 identifier "P4DIR" is undefined comsc.c /comsc_stellaris line 127 C/C++ Problem
#20 identifier "P4OUT" is undefined ax_rec.c /comsc_stellaris line 71 C/C++ Problem
#20 identifier "P4OUT" is undefined comsc.c /comsc_stellaris line 128 C/C++ Problem
#20 identifier "P5DIR" is undefined comsc.c /comsc_stellaris line 115 C/C++ Problem
#20 identifier "P5OUT" is undefined ax_rec.c /comsc_stellaris line 264 C/C++ Problem
#20 identifier "P5OUT" is undefined ax_rec.c /comsc_stellaris line 303 C/C++ Problem
#20 identifier "P5OUT" is undefined comsc.c /comsc_stellaris line 123 C/C++ Problem
#20 identifier "P5SEL" is undefined comsc.c /comsc_stellaris line 118 C/C++ Problem
#20 identifier "REF2_5V" is undefined comsc.c /comsc_stellaris line 111 C/C++ Problem
#20 identifier "REFON" is undefined comsc.c /comsc_stellaris line 111 C/C++ Problem
#20 identifier "SELM_3" is undefined comsc.c /comsc_stellaris line 174 C/C++ Problem
#20 identifier "TBCCR0" is undefined ax_misc.c /comsc_stellaris line 53 C/C++ Problem
#20 identifier "TBCCTL0" is undefined ax_misc.c /comsc_stellaris line 55 C/C++ Problem
#20 identifier "TBCTL" is undefined ax_misc.c /comsc_stellaris line 54 C/C++ Problem
#20 identifier "TBSSEL_1" is undefined ax_misc.c /comsc_stellaris line 54 C/C++ Problem
#20 identifier "WDTCTL" is undefined comsc.c /comsc_stellaris line 107 C/C++ Problem
#20 identifier "WDTHOLD" is undefined comsc.c /comsc_stellaris line 107 C/C++ Problem
#20 identifier "WDTPW" is undefined comsc.c /comsc_stellaris line 107 C/C++ Problem
#20 identifier "XTS" is undefined comsc.c /comsc_stellaris line 168 C/C++ Problem
#163-D unrecognized #pragma comsc.c /comsc_stellaris line 97 C/C++ Problem
<a href="file:/C:/ti/ccsv5/tools/compiler/dmed/HTML/225.html">#225-D</a> function declared implicitly ax_rec.c /comsc_stellaris line 252 C/C++ Problem
<a href="file:/C:/ti/ccsv5/tools/compiler/dmed/HTML/225.html">#225-D</a> function declared implicitly ax_send.c /comsc_stellaris line 193 C/C++ Problem
<a href="file:/C:/ti/ccsv5/tools/compiler/dmed/HTML/225.html">#225-D</a> function declared implicitly comsc.c /comsc_stellaris line 159 C/C++ Problem

Im change header to #include "lm4f120h5qr.h" // Generic headers and remove ifdef for mspgcc

With Regards

Pawel

PS. is it possible to port MSP430 Launchpad (ADC 10bit) ?