old 56F834 project had to re-install CW 8.3 and project no longer compiles

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

old 56F834 project had to re-install CW 8.3 and project no longer compiles

Jump to solution
597 Views
aliasused
Contributor I

Here is the error list.  

 

 

Error   : Unrecognized mnemonic: move.w
MC56F83xx_init.asm line 89    move.w #fmClkDiv,x:smileyembarrassed:>FMCLKD

Error   : Symbols must start with alphabetic character
MC56F83xx_init.asm line 97       bfclr #$0006,x:smileyembarrassed:>PLLCR          ; select prescaler

Error   : Symbols must start with alphabetic character
MC56F83xx_init.asm line 98       bfset #$0001,x:smileyembarrassed:>PLLCR

Error   : Symbols must start with alphabetic character
MC56F83xx_init.asm line 100       bfset #$0010,x:smileyembarrassed:>PLLCR          ; power down PLL

Error   : Symbols must start with alphabetic character
MC56F83xx_init.asm line 103       bfset #speedIndex,x:smileyembarrassed:>PLLDB     ; set speed index

Error   : Symbols must start with alphabetic character
MC56F83xx_init.asm line 106       bfset #$0080,x:smileyembarrassed:>PLLCR          ; set lock detector on

Error   : Symbols must start with alphabetic character
MC56F83xx_init.asm line 107       bfclr #$0010,x:smileyembarrassed:>PLLCR          ; power on PLL

Error   : Symbols must start with alphabetic character
MC56F83xx_init.asm line 112       bftsth #$0020,x:smileyembarrassed:>PLLSR         ; wait for lock

Error   : Unrecognized mnemonic: move.w
MC56F83xx_init.asm line 116       move.w #$0082,x:smileyembarrassed:>PLLCR         ; switch system clock to PLL postscalar                  

Error   : Unrecognized mnemonic: move.w
MC56F83xx_init.asm line 139    move.w #-1,x0

Error   : Unrecognized mnemonic: moveu.w
MC56F83xx_init.asm line 140    moveu.w x0,m01      ; set the m register to linear addressing

Error   : Unrecognized mnemonic: moveu.w
MC56F83xx_init.asm line 142    moveu.w hws,la      ; clear the hardware stack

Error   : Unrecognized mnemonic: moveu.w
MC56F83xx_init.asm line 143    moveu.w hws,la

Error   : Unrecognized mnemonic: move.l
MC56F83xx_init.asm line 154    move.l #>>F_Lstack_addr,r0

Error   : Unrecognized mnemonic: adda
MC56F83xx_init.asm line 157    adda #1,r0

Error   : Unrecognized mnemonic: tfra
MC56F83xx_init.asm line 159    tfra r0,sp        ; set stack pointer too

Error   : Unrecognized mnemonic: move.w
MC56F83xx_init.asm line 160    move.w #0,r1

Error   : Unrecognized mnemonic: move.w
MC56F83xx_init.asm line 162    move.w r1,x:smileysad:sp)               ; put zero at top of stack

Error   : Unrecognized mnemonic: adda
MC56F83xx_init.asm line 163    adda #1,sp                 ; increment stack

Error   : Unrecognized mnemonic: move.w
MC56F83xx_init.asm line 164    move.w r1,x:smileysad:sp)               ; put another zero

Error   : Unrecognized mnemonic: move.w
MC56F83xx_init.asm line 182    move.w #0,y0                   ; pass parameters to main()

Error   : Unrecognized mnemonic: move.w
MC56F83xx_init.asm line 183    move.w #0,R2

Error   : Unrecognized mnemonic: move.w
MC56F83xx_init.asm line 184    move.w #0,R3

Error   : Unrecognized mnemonic: debughlt
MC56F83xx_init.asm line 200       debughlt                        ; or simple end of program; halt CPU

Error   : Unrecognized mnemonic: move.w
DSP56800E_promxram.asm line 51       move.w  #F_pROM_to_xRAM,x0      ; optional check

Error   : Unrecognized mnemonic: tst.w
DSP56800E_promxram.asm line 52       tst.w   x0

Error   : Unrecognized mnemonic: move.l
DSP56800E_promxram.asm line 75       move.l  #>>F_Ldata_size,r2      ; count

Error   : Unrecognized mnemonic: move.l
DSP56800E_promxram.asm line 76       move.l  #>>F_Ldata_ROM_addr,r3  ; src address  -- ROM data start

Error   : Unrecognized mnemonic: move.l
DSP56800E_promxram.asm line 77       move.l  #>>F_Ldata_RAM_addr,r1  ; dest address -- RAM data start   

Error   : Symbols must start with alphabetic character
DSP56800E_promxram.asm line 80       do      r2,>>end_romCopy        ; copy for r2 times

Error   : Unrecognized mnemonic: move.w
DSP56800E_promxram.asm line 81       move.w  p:smileysad:r3)+,x0              ; fetch p value at address r3

Error   : Unrecognized mnemonic: move.w
DSP56800E_promxram.asm line 85       move.w  x0,x:smileysad:r1)+              ; stash value at x address r1  

Error   : Unrecognized mnemonic: move.l
DSP56800E_zeroBSS.asm line 43       move.l  #>>F_Lbss_size,r2       ; move count

Error   : Unrecognized mnemonic: move.l
DSP56800E_zeroBSS.asm line 44       move.l  #>>F_Lbss_addr,r1       ; start address is BSS start

Error   : Unrecognized mnemonic: move.w
DSP56800E_zeroBSS.asm line 45       move.w  #0,x0        ; zero value

Error   : Symbols must start with alphabetic character
DSP56800E_zeroBSS.asm line 48       do      r2,>>end_zeroBSS        ; copy for r2 times

Error   : Unrecognized mnemonic: move.w
DSP56800E_zeroBSS.asm line 50       move.w  x0,x:smileysad:r1)+              ; stash value at x address r1  

Warning : unsupported option: Enable C++ Exceptions
isr.c line 1   #include "IO_Map.h"

Warning : unsupported option: Enable RTTI
isr.c line 1   #include "IO_Map.h"

Warning : unsupported option: Enable bool support
isr.c line 1   #include "IO_Map.h"

Warning : unsupported option: Enable wchar_t Support
isr.c line 1   #include "IO_Map.h"

Error   : unknown assembler instruction mnemonic
(included from:
 IO_Map.h:34
 isr.c:1)
PE_Types.h line 126     asm { move.w X:smileysad:addr),reg }

Error   : Unrecognized mnemonic: debughlt
MC56F834x_vector_isr.asm line 26    debughlt

Error   : Unrecognized mnemonic: debughlt
MC56F834x_vector_isr.asm line 35    debughlt

Error   : Unrecognized mnemonic: debughlt
MC56F834x_vector_isr.asm line 44    debughlt

Error   : Unrecognized mnemonic: debughlt
MC56F834x_vector_isr.asm line 53    debughlt                     

Error   : Unrecognized mnemonic: debughlt
MC56F834x_vector_isr.asm line 62    debughlt                    

Warning : unsupported option: Enable C++ Exceptions
spi_routines.c line 1   #include "IO_Map.h"

Warning : unsupported option: Enable RTTI
spi_routines.c line 1   #include "IO_Map.h"

Warning : unsupported option: Enable bool support
spi_routines.c line 1   #include "IO_Map.h"

Warning : unsupported option: Enable wchar_t Support
spi_routines.c line 1   #include "IO_Map.h"

Error   : unknown assembler instruction mnemonic
(included from:
 IO_Map.h:34
 spi_routines.c:1)
PE_Types.h line 126     asm { move.w X:smileysad:addr),reg }

Warning : unsupported option: Enable C++ Exceptions
fpga_comm.c line 1   /********************************************************************************

Warning : unsupported option: Enable RTTI
fpga_comm.c line 1   /********************************************************************************

Warning : unsupported option: Enable bool support
fpga_comm.c line 1   /********************************************************************************

Warning : unsupported option: Enable wchar_t Support
fpga_comm.c line 1   /********************************************************************************

Error   : unknown assembler instruction mnemonic
(included from:
 IO_Map.h:34
 fpga_comm.c:12)
PE_Types.h line 126     asm { move.w X:smileysad:addr),reg }

Warning : unsupported option: Enable C++ Exceptions
xflash_routines.c line 1   //**************************************************************

Warning : unsupported option: Enable RTTI
xflash_routines.c line 1   //**************************************************************

Warning : unsupported option: Enable bool support
xflash_routines.c line 1   //**************************************************************

Warning : unsupported option: Enable wchar_t Support
xflash_routines.c line 1   //**************************************************************

Error   : unknown assembler instruction mnemonic
(included from:
 IO_Map.h:34
 xflash_routines.c:7)
PE_Types.h line 126     asm { move.w X:smileysad:addr),reg }

Warning : unsupported option: Enable C++ Exceptions
can_comm.c line 1   /*

Warning : unsupported option: Enable RTTI
can_comm.c line 1   /*

Warning : unsupported option: Enable bool support
can_comm.c line 1   /*

Warning : unsupported option: Enable wchar_t Support
can_comm.c line 1   /*

Error   : unknown assembler instruction mnemonic
(included from:
 IO_Map.h:34
 can_comm.c:14)
PE_Types.h line 126     asm { move.w X:smileysad:addr),reg }

Error   : unknown assembler instruction mnemonic
can_comm.c line 470       asm(move.l BL_START_ADDRESS, N);

Error   : illegal operand
can_comm.c line 471       asm(jmp (N));

Warning : unsupported option: Enable C++ Exceptions
can_routines.c line 1   #include "IO_Map.h"

Warning : unsupported option: Enable RTTI
can_routines.c line 1   #include "IO_Map.h"

Warning : unsupported option: Enable bool support
can_routines.c line 1   #include "IO_Map.h"

Warning : unsupported option: Enable wchar_t Support
can_routines.c line 1   #include "IO_Map.h"

Error   : unknown assembler instruction mnemonic
(included from:
 IO_Map.h:34
 can_routines.c:1)
PE_Types.h line 126     asm { move.w X:smileysad:addr),reg }

Warning : unsupported option: Enable C++ Exceptions
init.c line 1   /*

Warning : unsupported option: Enable RTTI
init.c line 1   /*

Warning : unsupported option: Enable bool support
init.c line 1   /*

Warning : unsupported option: Enable wchar_t Support
init.c line 1   /*

Error   : unknown assembler instruction mnemonic
PE_Types.h line 126     asm { move.w X:smileysad:addr),reg }

Warning : unsupported option: Enable C++ Exceptions
main.c line 1   /*

Warning : unsupported option: Enable RTTI
main.c line 1   /*

Warning : unsupported option: Enable bool support
main.c line 1   /*

Warning : unsupported option: Enable wchar_t Support
main.c line 1   /*

Error   : unknown assembler instruction mnemonic
PE_Types.h line 126     asm { move.w X:smileysad:addr),reg }

Warning : unsupported option: Enable C++ Exceptions
sram_routines.c line 1   //**************************************************************

Warning : unsupported option: Enable RTTI
sram_routines.c line 1   //**************************************************************

Warning : unsupported option: Enable bool support
sram_routines.c line 1   //**************************************************************

Warning : unsupported option: Enable wchar_t Support
sram_routines.c line 1   //**************************************************************

Error   : unknown assembler instruction mnemonic
(included from:
 IO_Map.h:34
 sram_routines.c:6)
PE_Types.h line 126     asm { move.w X:smileysad:addr),reg }

Warning : unsupported option: Enable C++ Exceptions
utils.c line 1   /*

Warning : unsupported option: Enable RTTI
utils.c line 1   /*

Warning : unsupported option: Enable bool support
utils.c line 1   /*

Warning : unsupported option: Enable wchar_t Support
utils.c line 1   /*

Error   : unknown assembler instruction mnemonic
(included from:
 IO_Map.h:34
 utils.c:13)
PE_Types.h line 126     asm { move.w X:smileysad:addr),reg }

Warning : unsupported option: Enable C++ Exceptions
match.c line 1   #include <stdlib.h>

Warning : unsupported option: Enable RTTI
match.c line 1   #include <stdlib.h>

Warning : unsupported option: Enable bool support
match.c line 1   #include <stdlib.h>

Warning : unsupported option: Enable wchar_t Support
match.c line 1   #include <stdlib.h>

Error   : unknown assembler instruction mnemonic
PE_Types.h line 126     asm { move.w X:smileysad:addr),reg }

Warning : unsupported option: Enable C++ Exceptions
menu.c line 1   #include <stdlib.h>

Warning : unsupported option: Enable RTTI
menu.c line 1   #include <stdlib.h>

Warning : unsupported option: Enable bool support
menu.c line 1   #include <stdlib.h>

Warning : unsupported option: Enable wchar_t Support
menu.c line 1   #include <stdlib.h>

Error   : unknown assembler instruction mnemonic
PE_Types.h line 126     asm { move.w X:smileysad:addr),reg }

Warning : unsupported option: Enable C++ Exceptions
switch.c line 1   //************************************************************

Warning : unsupported option: Enable RTTI
switch.c line 1   //************************************************************

Warning : unsupported option: Enable bool support
switch.c line 1   //************************************************************

Warning : unsupported option: Enable wchar_t Support
switch.c line 1   //************************************************************

Error   : unknown assembler instruction mnemonic
PE_Types.h line 126     asm { move.w X:smileysad:addr),reg }

Labels (1)
Tags (1)
0 Kudos
1 Solution
345 Views
aliasused
Contributor I

The project had to be converted to a new format.  Is that at all consistent with using a re-installed tool on an old project that was problem-free-running before?  i need to retract this thread methinks

View solution in original post

0 Kudos
1 Reply
346 Views
aliasused
Contributor I

The project had to be converted to a new format.  Is that at all consistent with using a re-installed tool on an old project that was problem-free-running before?  i need to retract this thread methinks

0 Kudos