Other Parts Discussed in Thread: CDCE913, AM1808, TMS320C6748, OMAP-L138
I am running into a new (as of today) problem when building the evmomap_l138 BSL library (from Logic PD). I get the error "bad option 'm'". Here's the console output. Any ideas? I am using CCS v5.1.0700.
**** Clean-only build of configuration Release for project ARM_BSL ****
C:\ccs\ccsv5\utils\bin\gmake -k clean
DEL /F "arm_bsl.lib"
DEL /F "evmomapl138.pp" "evmomapl138_aic3106.pp" "evmomapl138_cdce913.pp" "evmomapl138_dip.pp" "evmomapl138_emac.pp" "evmomapl138_gpio.pp" "evmomapl138_i2c.pp" "evmomapl138_i2c_gpio.pp" "evmomapl138_lcd_lidd.pp" "evmomapl138_lcd_raster.pp" "evmomapl138_led.pp" "evmomapl138_mcasp.pp" "evmomapl138_mmcsd.pp" "evmomapl138_nand.pp" "evmomapl138_nor.pp" "evmomapl138_pb.pp" "evmomapl138_pmic.pp" "evmomapl138_rtc.pp" "evmomapl138_spi.pp" "evmomapl138_spiflash.pp" "evmomapl138_timer.pp" "evmomapl138_touch.pp" "evmomapl138_uPP.pp" "evmomapl138_uart.pp" "evmomapl138_usb.pp" "evmomapl138_videodec.pp" "evmomapl138_videoenc.pp" "evmomapl138_vpif.pp" "spiflash_numonyx.pp"
DEL /F "evmomapl138.obj" "evmomapl138_aic3106.obj" "evmomapl138_cdce913.obj" "evmomapl138_dip.obj" "evmomapl138_emac.obj" "evmomapl138_gpio.obj" "evmomapl138_i2c.obj" "evmomapl138_i2c_gpio.obj" "evmomapl138_lcd_lidd.obj" "evmomapl138_lcd_raster.obj" "evmomapl138_led.obj" "evmomapl138_mcasp.obj" "evmomapl138_mmcsd.obj" "evmomapl138_nand.obj" "evmomapl138_nor.obj" "evmomapl138_pb.obj" "evmomapl138_pmic.obj" "evmomapl138_rtc.obj" "evmomapl138_spi.obj" "evmomapl138_spiflash.obj" "evmomapl138_timer.obj" "evmomapl138_touch.obj" "evmomapl138_uPP.obj" "evmomapl138_uart.obj" "evmomapl138_usb.obj" "evmomapl138_videodec.obj" "evmomapl138_videoenc.obj" "evmomapl138_vpif.obj" "spiflash_numonyx.obj"
'Finished clean'
' '
**** Build Finished ****
**** Build of configuration Release for project ARM_BSL ****
C:\ccs\ccsv5\utils\bin\gmake -k all
'Building file: ../evmomapl138.c'
'Invoking: TMS470 Compiler'
"C:/ccs/ccsv5/tools/compiler/tms470/bin/cl470" -mv5e -g -O2 --include_path="C:/ccs/ccsv5/tools/compiler/tms470/include" --include_path="C:/Users/Mike/TI Workspaces/AMX/DSP_BSL/inc" --diag_warning=225 -me --abi=eabi --code_state=32 --preproc_with_compile --preproc_dependency="evmomapl138.pp" "../evmomapl138.c"
'Finished building: ../evmomapl138.c'
' '
'Building file: ../evmomapl138_aic3106.c'
'Invoking: TMS470 Compiler'
"C:/ccs/ccsv5/tools/compiler/tms470/bin/cl470" -mv5e -g -O2 --include_path="C:/ccs/ccsv5/tools/compiler/tms470/include" --include_path="C:/Users/Mike/TI Workspaces/AMX/DSP_BSL/inc" --diag_warning=225 -me --abi=eabi --code_state=32 --preproc_with_compile --preproc_dependency="evmomapl138_aic3106.pp" "../evmomapl138_aic3106.c"
'Finished building: ../evmomapl138_aic3106.c'
' '
'Building file: ../evmomapl138_cdce913.c'
'Invoking: TMS470 Compiler'
"C:/ccs/ccsv5/tools/compiler/tms470/bin/cl470" -mv5e -g -O2 --include_path="C:/ccs/ccsv5/tools/compiler/tms470/include" --include_path="C:/Users/Mike/TI Workspaces/AMX/DSP_BSL/inc" --diag_warning=225 -me --abi=eabi --code_state=32 --preproc_with_compile --preproc_dependency="evmomapl138_cdce913.pp" "../evmomapl138_cdce913.c"
'Finished building: ../evmomapl138_cdce913.c'
' '
'Building file: ../evmomapl138_dip.c'
'Invoking: TMS470 Compiler'
"C:/ccs/ccsv5/tools/compiler/tms470/bin/cl470" -mv5e -g -O2 --include_path="C:/ccs/ccsv5/tools/compiler/tms470/include" --include_path="C:/Users/Mike/TI Workspaces/AMX/DSP_BSL/inc" --diag_warning=225 -me --abi=eabi --code_state=32 --preproc_with_compile --preproc_dependency="evmomapl138_dip.pp" "../evmomapl138_dip.c"
'Finished building: ../evmomapl138_dip.c'
' '
'Building file: ../evmomapl138_emac.c'
'Invoking: TMS470 Compiler'
"C:/ccs/ccsv5/tools/compiler/tms470/bin/cl470" -mv5e -g -O2 --include_path="C:/ccs/ccsv5/tools/compiler/tms470/include" --include_path="C:/Users/Mike/TI Workspaces/AMX/DSP_BSL/inc" --diag_warning=225 -me --abi=eabi --code_state=32 --preproc_with_compile --preproc_dependency="evmomapl138_emac.pp" "../evmomapl138_emac.c"
'Finished building: ../evmomapl138_emac.c'
' '
'Building file: ../evmomapl138_gpio.c'
'Invoking: TMS470 Compiler'
"C:/ccs/ccsv5/tools/compiler/tms470/bin/cl470" -mv5e -g -O2 --include_path="C:/ccs/ccsv5/tools/compiler/tms470/include" --include_path="C:/Users/Mike/TI Workspaces/AMX/DSP_BSL/inc" --diag_warning=225 -me --abi=eabi --code_state=32 --preproc_with_compile --preproc_dependency="evmomapl138_gpio.pp" "../evmomapl138_gpio.c"
'Finished building: ../evmomapl138_gpio.c'
' '
'Building file: ../evmomapl138_i2c.c'
'Invoking: TMS470 Compiler'
"C:/ccs/ccsv5/tools/compiler/tms470/bin/cl470" -mv5e -g -O2 --include_path="C:/ccs/ccsv5/tools/compiler/tms470/include" --include_path="C:/Users/Mike/TI Workspaces/AMX/DSP_BSL/inc" --diag_warning=225 -me --abi=eabi --code_state=32 --preproc_with_compile --preproc_dependency="evmomapl138_i2c.pp" "../evmomapl138_i2c.c"
'Finished building: ../evmomapl138_i2c.c'
' '
'Building file: ../evmomapl138_i2c_gpio.c'
'Invoking: TMS470 Compiler'
"C:/ccs/ccsv5/tools/compiler/tms470/bin/cl470" -mv5e -g -O2 --include_path="C:/ccs/ccsv5/tools/compiler/tms470/include" --include_path="C:/Users/Mike/TI Workspaces/AMX/DSP_BSL/inc" --diag_warning=225 -me --abi=eabi --code_state=32 --preproc_with_compile --preproc_dependency="evmomapl138_i2c_gpio.pp" "../evmomapl138_i2c_gpio.c"
'Finished building: ../evmomapl138_i2c_gpio.c'
' '
'Building file: ../evmomapl138_lcd_lidd.c'
'Invoking: TMS470 Compiler'
"C:/ccs/ccsv5/tools/compiler/tms470/bin/cl470" -mv5e -g -O2 --include_path="C:/ccs/ccsv5/tools/compiler/tms470/include" --include_path="C:/Users/Mike/TI Workspaces/AMX/DSP_BSL/inc" --diag_warning=225 -me --abi=eabi --code_state=32 --preproc_with_compile --preproc_dependency="evmomapl138_lcd_lidd.pp" "../evmomapl138_lcd_lidd.c"
'Finished building: ../evmomapl138_lcd_lidd.c'
' '
'Building file: ../evmomapl138_lcd_raster.c'
'Invoking: TMS470 Compiler'
"C:/ccs/ccsv5/tools/compiler/tms470/bin/cl470" -mv5e -g -O2 --include_path="C:/ccs/ccsv5/tools/compiler/tms470/include" --include_path="C:/Users/Mike/TI Workspaces/AMX/DSP_BSL/inc" --diag_warning=225 -me --abi=eabi --code_state=32 --preproc_with_compile --preproc_dependency="evmomapl138_lcd_raster.pp" "../evmomapl138_lcd_raster.c"
'Finished building: ../evmomapl138_lcd_raster.c'
' '
'Building file: ../evmomapl138_led.c'
'Invoking: TMS470 Compiler'
"C:/ccs/ccsv5/tools/compiler/tms470/bin/cl470" -mv5e -g -O2 --include_path="C:/ccs/ccsv5/tools/compiler/tms470/include" --include_path="C:/Users/Mike/TI Workspaces/AMX/DSP_BSL/inc" --diag_warning=225 -me --abi=eabi --code_state=32 --preproc_with_compile --preproc_dependency="evmomapl138_led.pp" "../evmomapl138_led.c"
'Finished building: ../evmomapl138_led.c'
' '
'Building file: ../evmomapl138_mcasp.c'
'Invoking: TMS470 Compiler'
"C:/ccs/ccsv5/tools/compiler/tms470/bin/cl470" -mv5e -g -O2 --include_path="C:/ccs/ccsv5/tools/compiler/tms470/include" --include_path="C:/Users/Mike/TI Workspaces/AMX/DSP_BSL/inc" --diag_warning=225 -me --abi=eabi --code_state=32 --preproc_with_compile --preproc_dependency="evmomapl138_mcasp.pp" "../evmomapl138_mcasp.c"
'Finished building: ../evmomapl138_mcasp.c'
' '
'Building file: ../evmomapl138_mmcsd.c'
'Invoking: TMS470 Compiler'
"C:/ccs/ccsv5/tools/compiler/tms470/bin/cl470" -mv5e -g -O2 --include_path="C:/ccs/ccsv5/tools/compiler/tms470/include" --include_path="C:/Users/Mike/TI Workspaces/AMX/DSP_BSL/inc" --diag_warning=225 -me --abi=eabi --code_state=32 --preproc_with_compile --preproc_dependency="evmomapl138_mmcsd.pp" "../evmomapl138_mmcsd.c"
'Finished building: ../evmomapl138_mmcsd.c'
' '
'Building file: ../evmomapl138_nand.c'
'Invoking: TMS470 Compiler'
"C:/ccs/ccsv5/tools/compiler/tms470/bin/cl470" -mv5e -g -O2 --include_path="C:/ccs/ccsv5/tools/compiler/tms470/include" --include_path="C:/Users/Mike/TI Workspaces/AMX/DSP_BSL/inc" --diag_warning=225 -me --abi=eabi --code_state=32 --preproc_with_compile --preproc_dependency="evmomapl138_nand.pp" "../evmomapl138_nand.c"
'Finished building: ../evmomapl138_nand.c'
' '
'Building file: ../evmomapl138_nor.c'
'Invoking: TMS470 Compiler'
"C:/ccs/ccsv5/tools/compiler/tms470/bin/cl470" -mv5e -g -O2 --include_path="C:/ccs/ccsv5/tools/compiler/tms470/include" --include_path="C:/Users/Mike/TI Workspaces/AMX/DSP_BSL/inc" --diag_warning=225 -me --abi=eabi --code_state=32 --preproc_with_compile --preproc_dependency="evmomapl138_nor.pp" "../evmomapl138_nor.c"
'Finished building: ../evmomapl138_nor.c'
' '
'Building file: ../evmomapl138_pb.c'
'Invoking: TMS470 Compiler'
"C:/ccs/ccsv5/tools/compiler/tms470/bin/cl470" -mv5e -g -O2 --include_path="C:/ccs/ccsv5/tools/compiler/tms470/include" --include_path="C:/Users/Mike/TI Workspaces/AMX/DSP_BSL/inc" --diag_warning=225 -me --abi=eabi --code_state=32 --preproc_with_compile --preproc_dependency="evmomapl138_pb.pp" "../evmomapl138_pb.c"
'Finished building: ../evmomapl138_pb.c'
' '
'Building file: ../evmomapl138_pmic.c'
'Invoking: TMS470 Compiler'
"C:/ccs/ccsv5/tools/compiler/tms470/bin/cl470" -mv5e -g -O2 --include_path="C:/ccs/ccsv5/tools/compiler/tms470/include" --include_path="C:/Users/Mike/TI Workspaces/AMX/DSP_BSL/inc" --diag_warning=225 -me --abi=eabi --code_state=32 --preproc_with_compile --preproc_dependency="evmomapl138_pmic.pp" "../evmomapl138_pmic.c"
'Finished building: ../evmomapl138_pmic.c'
' '
'Building file: ../evmomapl138_rtc.c'
'Invoking: TMS470 Compiler'
"C:/ccs/ccsv5/tools/compiler/tms470/bin/cl470" -mv5e -g -O2 --include_path="C:/ccs/ccsv5/tools/compiler/tms470/include" --include_path="C:/Users/Mike/TI Workspaces/AMX/DSP_BSL/inc" --diag_warning=225 -me --abi=eabi --code_state=32 --preproc_with_compile --preproc_dependency="evmomapl138_rtc.pp" "../evmomapl138_rtc.c"
'Finished building: ../evmomapl138_rtc.c'
' '
'Building file: ../evmomapl138_spi.c'
'Invoking: TMS470 Compiler'
"C:/ccs/ccsv5/tools/compiler/tms470/bin/cl470" -mv5e -g -O2 --include_path="C:/ccs/ccsv5/tools/compiler/tms470/include" --include_path="C:/Users/Mike/TI Workspaces/AMX/DSP_BSL/inc" --diag_warning=225 -me --abi=eabi --code_state=32 --preproc_with_compile --preproc_dependency="evmomapl138_spi.pp" "../evmomapl138_spi.c"
'Finished building: ../evmomapl138_spi.c'
' '
'Building file: ../evmomapl138_spiflash.c'
'Invoking: TMS470 Compiler'
"C:/ccs/ccsv5/tools/compiler/tms470/bin/cl470" -mv5e -g -O2 --include_path="C:/ccs/ccsv5/tools/compiler/tms470/include" --include_path="C:/Users/Mike/TI Workspaces/AMX/DSP_BSL/inc" --diag_warning=225 -me --abi=eabi --code_state=32 --preproc_with_compile --preproc_dependency="evmomapl138_spiflash.pp" "../evmomapl138_spiflash.c"
'Finished building: ../evmomapl138_spiflash.c'
' '
'Building file: ../evmomapl138_timer.c'
'Invoking: TMS470 Compiler'
"C:/ccs/ccsv5/tools/compiler/tms470/bin/cl470" -mv5e -g -O2 --include_path="C:/ccs/ccsv5/tools/compiler/tms470/include" --include_path="C:/Users/Mike/TI Workspaces/AMX/DSP_BSL/inc" --diag_warning=225 -me --abi=eabi --code_state=32 --preproc_with_compile --preproc_dependency="evmomapl138_timer.pp" "../evmomapl138_timer.c"
'Finished building: ../evmomapl138_timer.c'
' '
'Building file: ../evmomapl138_touch.c'
'Invoking: TMS470 Compiler'
"C:/ccs/ccsv5/tools/compiler/tms470/bin/cl470" -mv5e -g -O2 --include_path="C:/ccs/ccsv5/tools/compiler/tms470/include" --include_path="C:/Users/Mike/TI Workspaces/AMX/DSP_BSL/inc" --diag_warning=225 -me --abi=eabi --code_state=32 --preproc_with_compile --preproc_dependency="evmomapl138_touch.pp" "../evmomapl138_touch.c"
'Finished building: ../evmomapl138_touch.c'
' '
'Building file: ../evmomapl138_uPP.c'
'Invoking: TMS470 Compiler'
"C:/ccs/ccsv5/tools/compiler/tms470/bin/cl470" -mv5e -g -O2 --include_path="C:/ccs/ccsv5/tools/compiler/tms470/include" --include_path="C:/Users/Mike/TI Workspaces/AMX/DSP_BSL/inc" --diag_warning=225 -me --abi=eabi --code_state=32 --preproc_with_compile --preproc_dependency="evmomapl138_uPP.pp" "../evmomapl138_uPP.c"
'Finished building: ../evmomapl138_uPP.c'
' '
'Building file: ../evmomapl138_uart.c'
'Invoking: TMS470 Compiler'
"C:/ccs/ccsv5/tools/compiler/tms470/bin/cl470" -mv5e -g -O2 --include_path="C:/ccs/ccsv5/tools/compiler/tms470/include" --include_path="C:/Users/Mike/TI Workspaces/AMX/DSP_BSL/inc" --diag_warning=225 -me --abi=eabi --code_state=32 --preproc_with_compile --preproc_dependency="evmomapl138_uart.pp" "../evmomapl138_uart.c"
'Finished building: ../evmomapl138_uart.c'
' '
'Building file: ../evmomapl138_usb.c'
'Invoking: TMS470 Compiler'
"C:/ccs/ccsv5/tools/compiler/tms470/bin/cl470" -mv5e -g -O2 --include_path="C:/ccs/ccsv5/tools/compiler/tms470/include" --include_path="C:/Users/Mike/TI Workspaces/AMX/DSP_BSL/inc" --diag_warning=225 -me --abi=eabi --code_state=32 --preproc_with_compile --preproc_dependency="evmomapl138_usb.pp" "../evmomapl138_usb.c"
'Finished building: ../evmomapl138_usb.c'
' '
'Building file: ../evmomapl138_videodec.c'
'Invoking: TMS470 Compiler'
"C:/ccs/ccsv5/tools/compiler/tms470/bin/cl470" -mv5e -g -O2 --include_path="C:/ccs/ccsv5/tools/compiler/tms470/include" --include_path="C:/Users/Mike/TI Workspaces/AMX/DSP_BSL/inc" --diag_warning=225 -me --abi=eabi --code_state=32 --preproc_with_compile --preproc_dependency="evmomapl138_videodec.pp" "../evmomapl138_videodec.c"
'Finished building: ../evmomapl138_videodec.c'
' '
'Building file: ../evmomapl138_videoenc.c'
'Invoking: TMS470 Compiler'
"C:/ccs/ccsv5/tools/compiler/tms470/bin/cl470" -mv5e -g -O2 --include_path="C:/ccs/ccsv5/tools/compiler/tms470/include" --include_path="C:/Users/Mike/TI Workspaces/AMX/DSP_BSL/inc" --diag_warning=225 -me --abi=eabi --code_state=32 --preproc_with_compile --preproc_dependency="evmomapl138_videoenc.pp" "../evmomapl138_videoenc.c"
'Finished building: ../evmomapl138_videoenc.c'
' '
'Building file: ../evmomapl138_vpif.c'
'Invoking: TMS470 Compiler'
"C:/ccs/ccsv5/tools/compiler/tms470/bin/cl470" -mv5e -g -O2 --include_path="C:/ccs/ccsv5/tools/compiler/tms470/include" --include_path="C:/Users/Mike/TI Workspaces/AMX/DSP_BSL/inc" --diag_warning=225 -me --abi=eabi --code_state=32 --preproc_with_compile --preproc_dependency="evmomapl138_vpif.pp" "../evmomapl138_vpif.c"
'Finished building: ../evmomapl138_vpif.c'
' '
'Building file: ../spiflash_numonyx.c'
'Invoking: TMS470 Compiler'
"C:/ccs/ccsv5/tools/compiler/tms470/bin/cl470" -mv5e -g -O2 --include_path="C:/ccs/ccsv5/tools/compiler/tms470/include" --include_path="C:/Users/Mike/TI Workspaces/AMX/DSP_BSL/inc" --diag_warning=225 -me --abi=eabi --code_state=32 --preproc_with_compile --preproc_dependency="spiflash_numonyx.pp" "../spiflash_numonyx.c"
'Finished building: ../spiflash_numonyx.c'
' '
'Building target: arm_bsl.lib'
'Invoking: TMS470 Archiver'
"C:/ccs/ccsv5/tools/compiler/tms470/bin/ar470" r"arm_bsl.lib" "arm_bsl.lib" "./spiflash_numonyx.obj" "./evmomapl138_vpif.obj" "./evmomapl138_videoenc.obj" "./evmomapl138_videodec.obj" "./evmomapl138_usb.obj" "./evmomapl138_uart.obj" "./evmomapl138_uPP.obj" "./evmomapl138_touch.obj" "./evmomapl138_timer.obj" "./evmomapl138_spiflash.obj" "./evmomapl138_spi.obj" "./evmomapl138_rtc.obj" "./evmomapl138_pmic.obj" "./evmomapl138_pb.obj" "./evmomapl138_nor.obj" "./evmomapl138_nand.obj" "./evmomapl138_mmcsd.obj" "./evmomapl138_mcasp.obj" "./evmomapl138_led.obj" "./evmomapl138_lcd_raster.obj" "./evmomapl138_lcd_lidd.obj" "./evmomapl138_i2c_gpio.obj" "./evmomapl138_i2c.obj" "./evmomapl138_gpio.obj" "./evmomapl138_emac.obj" "./evmomapl138_dip.obj" "./evmomapl138_cdce913.obj" "./evmomapl138_aic3106.obj" "./evmomapl138.obj"
--> error: bad option 'm'
gmake: *** [arm_bsl.lib] Error 1
gmake: Target `all' not remade because of errors.
**** Build Finished ****