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.

Compilation error with cl6x when disconnected from the network

 

Hello,

I get the following fatal error (see below) when compiling with cl6x when my compact PCI host is disconnected from the network:

C:\OACDS\17_Add_RSP\Build4\Tx_OnTime_dsp_smdual_rtw>cl6x Tx_OnTime_dsp.c -c -q
  -mv6400 -DSMDUAL -DSMDUAL -DCHIP_6416 -DCFG_TI_COMPILATOR -DDSP1 -DENABLE_PCAC
HE=0  -DSM_DATALOG_SIZE=64000    -DUSE_RTMODEL -DMODEL=Tx_OnTime_dsp -DRT -DNUMS
T=4 -DMT=0 -DTID01EQ=0 -DNCSTATES=0 -DEXT_MODE -I. -I.. -IC:\Lyrtech\ADP\common\
sdk\dsp\dsplib\src -IC:\Lyrtech\ADP\signalmasterdual\sdk\dsp\non_dspbios\inc -IC
:\Lyrtech\ADP\common\sdk\common\inc -IC:\Lyrtech\ADP\common\sdk\dsp\dsplib\inc -
IC:\Lyrtech\ADP\common\sdk\dsp\dsputil\inc -IC:\Lyrtech\ADP\common\sdk\dsp\fast_
bus\non_dspbios\inc -IC:\Lyrtech\ADP\matlab\r2008a\Common\dsplink\rtw_common_fil
es -IC:\Lyrtech\ADP\matlab\r2008a\SignalMasterDual\dsplink\rtw_files -IC:\Lyrtec
h\ADP\matlab\r2008a\Common\dsplink\External_mode -IC:\Lyrtech\ADP\drc_v4_lyrio\s
dk\dsp\inc -IC:\Lyrtech\ADP\adacmasterIII\sdk\dsp\inc -IC:\Lyrtech\ADP\adacmaste
rIII\sdk\common\inc -IC:\Lyrtech\ADP\CameraLink\sdk\dsp\inc -IC:\Lyrtech\ADP\com
mon\sdk\dsp\RapidCHANNEL\inc -IC:\Lyrtech\ADP\smfpgaacquisition\dsp\src -IC:\Lyr
tech\ADP\VHS\sdk\dsp\inc -IC:\Lyrtech\ADP\VHS\sdk\common\inc -IC:\Lyrtech\ADP\co
mmon\sdk\dsp\serial_port\non_dspbios\inc -IC:\Lyrtech\ADP\rave\sdk\dsp\inc -IC:\
Lyrtech\ADP\twin_tunable_rf_transceiver\sdk\common\inc -IC:\Lyrtech\ADP\twin_wim
ax_rf_transceiver\sdk\common\inc -IC:\MATLAB\R2008a\simulink\include -IC:\MATLAB
\R2008a\extern\include -IC:\MATLAB\R2008a\toolbox\dspblks\include -IC:\MATLAB\R2
008a\toolbox\dspblks\src\sim -IC:\MATLAB\R2008a\rtw\c\libsrc -IC:\MATLAB\R2008a\
rtw\c\src -IC:\MATLAB\R2008a\rtw\c\src\ext_mode\common  -IC:\MATLAB\R2008a\toolb
ox\rtw\targets\tic6000\tic6000\rtlib\include -IC:\OACDS\17_Add_RSP\Build4\Tx_OnT
ime_dsp_smdual_rtw -IC:\OACDS\17_Add_RSP\Build4 -IC:\MATLAB\R2008a\rtw\c\libsrc
-IC:\MATLAB\R2008a\toolbox\dspblks\include -IC:\MATLAB\R2008a\toolbox\rtw\dspblk
s\c
>> FATAL ERROR: failed while attemping to run executable acp6x

The error disappears when performing the same operation when the network is connected.  I'm at a loss to understand the problem.  Is there a work around?

 

Thanks,

Len

  • Len,

    Which version of the compiler are you using? I found a defect in our database that was reported against the 5.1.x compiler where this type of fatal error could appear if the tool is passed a very long command line. Is the above command line you pasted cut off in the middle or is that the complete command?

    Are you able to try out a newer version to see if the issue is fixed? If what you are experiencing is the same defect I mentioned above, it is fixed in 6.1.x versions which you can download from https://www-a.ti.com/downloads/sds_support/CodeGenerationTools.htm

     

  • We are using Code Composer Studio v3.3.38.82

    Integrated Development 5.98.0.219

    BIOS 5.31.02

    Code Generation Tools v.6.0.8

    .....

    The defect that you see is related to when there is not a network connection? Because the compilation works when are connected to the network, we just see this failure when not connected.

    Thank you,

    Daniel Roman (Lenn Koss's co-worker)

     

     

     

     

  • I don't know if this could be related to being connected to the network or not. The defect mentions dependency on where temporary files generated by the compiler are placed (usually set to the directory set by TEMP environment variable). If this path expands to a lengthy path and there are several source files in the build which all add to the total command length, that could cause this error to occur.

  • Try adding the hidden options --d --v to your cl6x command.  That causes the compiler to dump out a lot of information about exactly how it invokes the individual passes of the compiler such as acp6x.  See what is different when you run on the network.  If the problem is not obvious at that point, capture all that information in a file and attach it to your next post.

    Thanks and regards,

    -George

     

  • Thanks for your reply. I captured the output when running with the internet connection and without the internet connection.

    Please see below... it seems to just get hung up on the call to acp6x and can not continue forward.

    WITHOUT INTERNET CONNECTION:


    /-----------------------------------------------------------------------------\
    | acp6x COMMAND FILE C:\DOCUME~1\YONGSU~1.CHO\LOCALS~1\Temp\0056014:          |
    \-----------------------------------------------------------------------------/
    -q
    -DSMDUAL
    -DSMDUAL
    -DCHIP_6416
    -DCFG_TI_COMPILATOR
    -DDSP1
    -DENABLE_PCACHE=0
    -DSM_DATALOG_SIZE=64000
    -DUSE_RTMODEL
    -DMODEL=Tx_OnTime_dsp
    -DRT
    -DNUMST=4
    -DMT=0
    -DTID01EQ=0
    -DNCSTATES=0
    -DEXT_MODE
    -I.
    -I..
    -IC:\\Lyrtech\\ADP\\common\\sdk\\dsp\\dsplib\\src
    -IC:\\Lyrtech\\ADP\\signalmasterdual\\sdk\\dsp\\non_dspbios\\inc
    -IC:\\Lyrtech\\ADP\\common\\sdk\\common\\inc
    -IC:\\Lyrtech\\ADP\\common\\sdk\\dsp\\dsplib\\inc
    -IC:\\Lyrtech\\ADP\\common\\sdk\\dsp\\dsputil\\inc
    -IC:\\Lyrtech\\ADP\\common\\sdk\\dsp\\fast_bus\\non_dspbios\\inc
    -IC:\\Lyrtech\\ADP\\matlab\\r2008a\\Common\\dsplink\\rtw_common_files
    -IC:\\Lyrtech\\ADP\\matlab\\r2008a\\SignalMasterDual\\dsplink\\rtw_files
    -IC:\\Lyrtech\\ADP\\matlab\\r2008a\\Common\\dsplink\\External_mode
    -IC:\\Lyrtech\\ADP\\drc_v4_lyrio\\sdk\\dsp\\inc
    -IC:\\Lyrtech\\ADP\\adacmasterIII\\sdk\\dsp\\inc
    -IC:\\Lyrtech\\ADP\\adacmasterIII\\sdk\\common\\inc
    -IC:\\Lyrtech\\ADP\\CameraLink\\sdk\\dsp\\inc
    -IC:\\Lyrtech\\ADP\\common\\sdk\\dsp\\RapidCHANNEL\\inc
    -IC:\\Lyrtech\\ADP\\smfpgaacquisition\\dsp\\src
    -IC:\\Lyrtech\\ADP\\VHS\\sdk\\dsp\\inc
    -IC:\\Lyrtech\\ADP\\VHS\\sdk\\common\\inc
    -IC:\\Lyrtech\\ADP\\common\\sdk\\dsp\\serial_port\\non_dspbios\\inc
    -IC:\\Lyrtech\\ADP\\rave\\sdk\\dsp\\inc
    -IC:\\Lyrtech\\ADP\\twin_tunable_rf_transceiver\\sdk\\common\\inc
    -IC:\\Lyrtech\\ADP\\twin_wimax_rf_transceiver\\sdk\\common\\inc
    -IC:\\MATLAB\\R2008a\\simulink\\include
    -IC:\\MATLAB\\R2008a\\extern\\include
    -IC:\\MATLAB\\R2008a\\toolbox\\dspblks\\include
    -IC:\\MATLAB\\R2008a\\toolbox\\dspblks\\src\\sim
    -IC:\\MATLAB\\R2008a\\rtw\\c\\libsrc
    -IC:\\MATLAB\\R2008a\\rtw\\c\\src
    -IC:\\MATLAB\\R2008a\\rtw\\c\\src\\ext_mode\\common
    -IC:\\MATLAB\\R2008a\\toolbox\\rtw\\targets\\tic6000\\tic6000\\rtlib\\include
    -IC:\\OACDS\\17_Add_RSP\\Build4_Len\\Tx_OnTime_dsp_smdual_rtw
    -IC:\\OACDS\\17_Add_RSP\\Build4_Len
    -IC:\\MATLAB\\R2008a\\rtw\\c\\libsrc
    -IC:\\MATLAB\\R2008a\\toolbox\\dspblks\\include
    -IC:\\MATLAB\\R2008a\\toolbox\\rtw\\dspblks\\c
    --version=6400
    --array_alignment=8
    --mem_model:code=near
    --mem_model:data=far_aggregates
    -m
    --i_output_file
    "C:\\DOCUME~1\\YONGSU~1.CHO\\LOCALS~1\\Temp\\005602"
    --template_info_file
    "C:\\DOCUME~1\\YONGSU~1.CHO\\LOCALS~1\\Temp\\005606"
    --object_file
    Tx_OnTime_dsp.obj
    --embed_opts
    9
    --array_alignment=8
    --c64p_l1d_workaround=default
    --endian=little
    --hll_source=on
    --mem_model:code=near
    --mem_model:data=far_aggregates
    --quiet
    --silicon_version=6400
    --symdebug:skeletal
    --opt_shell
    57
    Tx_OnTime_dsp.c
    -c
    -q
    -mv6400
    -DSMDUAL
    -DSMDUAL
    -DCHIP_6416
    -DCFG_TI_COMPILATOR
    -DDSP1
    -DENABLE_PCACHE=0
    -DSM_DATALOG_SIZE=64000
    -DUSE_RTMODEL
    -DMODEL=Tx_OnTime_dsp
    -DRT
    -DNUMST=4
    -DMT=0
    -DTID01EQ=0
    -DNCSTATES=0
    -DEXT_MODE
    -I.
    -I..
    -IC:\\Lyrtech\\ADP\\common\\sdk\\dsp\\dsplib\\src
    -IC:\\Lyrtech\\ADP\\signalmasterdual\\sdk\\dsp\\non_dspbios\\inc
    -IC:\\Lyrtech\\ADP\\common\\sdk\\common\\inc
    -IC:\\Lyrtech\\ADP\\common\\sdk\\dsp\\dsplib\\inc
    -IC:\\Lyrtech\\ADP\\common\\sdk\\dsp\\dsputil\\inc
    -IC:\\Lyrtech\\ADP\\common\\sdk\\dsp\\fast_bus\\non_dspbios\\inc
    -IC:\\Lyrtech\\ADP\\matlab\\r2008a\\Common\\dsplink\\rtw_common_files
    -IC:\\Lyrtech\\ADP\\matlab\\r2008a\\SignalMasterDual\\dsplink\\rtw_files
    -IC:\\Lyrtech\\ADP\\matlab\\r2008a\\Common\\dsplink\\External_mode
    -IC:\\Lyrtech\\ADP\\drc_v4_lyrio\\sdk\\dsp\\inc
    -IC:\\Lyrtech\\ADP\\adacmasterIII\\sdk\\dsp\\inc
    -IC:\\Lyrtech\\ADP\\adacmasterIII\\sdk\\common\\inc
    -IC:\\Lyrtech\\ADP\\CameraLink\\sdk\\dsp\\inc
    -IC:\\Lyrtech\\ADP\\common\\sdk\\dsp\\RapidCHANNEL\\inc
    -IC:\\Lyrtech\\ADP\\smfpgaacquisition\\dsp\\src
    -IC:\\Lyrtech\\ADP\\VHS\\sdk\\dsp\\inc
    -IC:\\Lyrtech\\ADP\\VHS\\sdk\\common\\inc
    -IC:\\Lyrtech\\ADP\\common\\sdk\\dsp\\serial_port\\non_dspbios\\inc
    -IC:\\Lyrtech\\ADP\\rave\\sdk\\dsp\\inc
    -IC:\\Lyrtech\\ADP\\twin_tunable_rf_transceiver\\sdk\\common\\inc
    -IC:\\Lyrtech\\ADP\\twin_wimax_rf_transceiver\\sdk\\common\\inc
    -IC:\\MATLAB\\R2008a\\simulink\\include
    -IC:\\MATLAB\\R2008a\\extern\\include
    -IC:\\MATLAB\\R2008a\\toolbox\\dspblks\\include
    -IC:\\MATLAB\\R2008a\\toolbox\\dspblks\\src\\sim
    -IC:\\MATLAB\\R2008a\\rtw\\c\\libsrc
    -IC:\\MATLAB\\R2008a\\rtw\\c\\src
    -IC:\\MATLAB\\R2008a\\rtw\\c\\src\\ext_mode\\common
    -IC:\\MATLAB\\R2008a\\toolbox\\rtw\\targets\\tic6000\\tic6000\\rtlib\\include
    -IC:\\OACDS\\17_Add_RSP\\Build4_Len\\Tx_OnTime_dsp_smdual_rtw
    -IC:\\OACDS\\17_Add_RSP\\Build4_Len
    -IC:\\MATLAB\\R2008a\\rtw\\c\\libsrc
    -IC:\\MATLAB\\R2008a\\toolbox\\dspblks\\include
    -IC:\\MATLAB\\R2008a\\toolbox\\rtw\\dspblks\\c
    --v
    --d
    Tx_OnTime_dsp.c
    -------------------------------------------------------------------------------

    acp6x -"@C:\\DOCUME~1\\YONGSU~1.CHO\\LOCALS~1\\Temp\\0056014"

    ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

    WITH INTERNET CONNECTION:


    /-----------------------------------------------------------------------------\
    | acp6x COMMAND FILE C:\DOCUME~1\YONGSU~1.CHO\LOCALS~1\Temp\0337214:          |
    \-----------------------------------------------------------------------------/
    -q
    -DSMDUAL
    -DSMDUAL
    -DCHIP_6416
    -DCFG_TI_COMPILATOR
    -DDSP1
    -DENABLE_PCACHE=0
    -DSM_DATALOG_SIZE=64000
    -DUSE_RTMODEL
    -DMODEL=Tx_OnTime_dsp
    -DRT
    -DNUMST=4
    -DMT=0
    -DTID01EQ=0
    -DNCSTATES=0
    -DEXT_MODE
    -I.
    -I..
    -IC:\\Lyrtech\\ADP\\common\\sdk\\dsp\\dsplib\\src
    -IC:\\Lyrtech\\ADP\\signalmasterdual\\sdk\\dsp\\non_dspbios\\inc
    -IC:\\Lyrtech\\ADP\\common\\sdk\\common\\inc
    -IC:\\Lyrtech\\ADP\\common\\sdk\\dsp\\dsplib\\inc
    -IC:\\Lyrtech\\ADP\\common\\sdk\\dsp\\dsputil\\inc
    -IC:\\Lyrtech\\ADP\\common\\sdk\\dsp\\fast_bus\\non_dspbios\\inc
    -IC:\\Lyrtech\\ADP\\matlab\\r2008a\\Common\\dsplink\\rtw_common_files
    -IC:\\Lyrtech\\ADP\\matlab\\r2008a\\SignalMasterDual\\dsplink\\rtw_files
    -IC:\\Lyrtech\\ADP\\matlab\\r2008a\\Common\\dsplink\\External_mode
    -IC:\\Lyrtech\\ADP\\drc_v4_lyrio\\sdk\\dsp\\inc
    -IC:\\Lyrtech\\ADP\\adacmasterIII\\sdk\\dsp\\inc
    -IC:\\Lyrtech\\ADP\\adacmasterIII\\sdk\\common\\inc
    -IC:\\Lyrtech\\ADP\\CameraLink\\sdk\\dsp\\inc
    -IC:\\Lyrtech\\ADP\\common\\sdk\\dsp\\RapidCHANNEL\\inc
    -IC:\\Lyrtech\\ADP\\smfpgaacquisition\\dsp\\src
    -IC:\\Lyrtech\\ADP\\VHS\\sdk\\dsp\\inc
    -IC:\\Lyrtech\\ADP\\VHS\\sdk\\common\\inc
    -IC:\\Lyrtech\\ADP\\common\\sdk\\dsp\\serial_port\\non_dspbios\\inc
    -IC:\\Lyrtech\\ADP\\rave\\sdk\\dsp\\inc
    -IC:\\Lyrtech\\ADP\\twin_tunable_rf_transceiver\\sdk\\common\\inc
    -IC:\\Lyrtech\\ADP\\twin_wimax_rf_transceiver\\sdk\\common\\inc
    -IC:\\MATLAB\\R2008a\\simulink\\include
    -IC:\\MATLAB\\R2008a\\extern\\include
    -IC:\\MATLAB\\R2008a\\toolbox\\dspblks\\include
    -IC:\\MATLAB\\R2008a\\toolbox\\dspblks\\src\\sim
    -IC:\\MATLAB\\R2008a\\rtw\\c\\libsrc
    -IC:\\MATLAB\\R2008a\\rtw\\c\\src
    -IC:\\MATLAB\\R2008a\\rtw\\c\\src\\ext_mode\\common
    -IC:\\MATLAB\\R2008a\\toolbox\\rtw\\targets\\tic6000\\tic6000\\rtlib\\include
    -IC:\\OACDS\\17_Add_RSP\\Build4_Len\\Tx_OnTime_dsp_smdual_rtw
    -IC:\\OACDS\\17_Add_RSP\\Build4_Len
    -IC:\\MATLAB\\R2008a\\rtw\\c\\libsrc
    -IC:\\MATLAB\\R2008a\\toolbox\\dspblks\\include
    -IC:\\MATLAB\\R2008a\\toolbox\\rtw\\dspblks\\c
    --version=6400
    --array_alignment=8
    --mem_model:code=near
    --mem_model:data=far_aggregates
    -m
    --i_output_file
    "C:\\DOCUME~1\\YONGSU~1.CHO\\LOCALS~1\\Temp\\033722"
    --template_info_file
    "C:\\DOCUME~1\\YONGSU~1.CHO\\LOCALS~1\\Temp\\033726"
    --object_file
    Tx_OnTime_dsp.obj
    --embed_opts
    9
    --array_alignment=8
    --c64p_l1d_workaround=default
    --endian=little
    --hll_source=on
    --mem_model:code=near
    --mem_model:data=far_aggregates
    --quiet
    --silicon_version=6400
    --symdebug:skeletal
    --opt_shell
    57
    Tx_OnTime_dsp.c
    -c
    -q
    -mv6400
    -DSMDUAL
    -DSMDUAL
    -DCHIP_6416
    -DCFG_TI_COMPILATOR
    -DDSP1
    -DENABLE_PCACHE=0
    -DSM_DATALOG_SIZE=64000
    -DUSE_RTMODEL
    -DMODEL=Tx_OnTime_dsp
    -DRT
    -DNUMST=4
    -DMT=0
    -DTID01EQ=0
    -DNCSTATES=0
    -DEXT_MODE
    -I.
    -I..
    -IC:\\Lyrtech\\ADP\\common\\sdk\\dsp\\dsplib\\src
    -IC:\\Lyrtech\\ADP\\signalmasterdual\\sdk\\dsp\\non_dspbios\\inc
    -IC:\\Lyrtech\\ADP\\common\\sdk\\common\\inc
    -IC:\\Lyrtech\\ADP\\common\\sdk\\dsp\\dsplib\\inc
    -IC:\\Lyrtech\\ADP\\common\\sdk\\dsp\\dsputil\\inc
    -IC:\\Lyrtech\\ADP\\common\\sdk\\dsp\\fast_bus\\non_dspbios\\inc
    -IC:\\Lyrtech\\ADP\\matlab\\r2008a\\Common\\dsplink\\rtw_common_files
    -IC:\\Lyrtech\\ADP\\matlab\\r2008a\\SignalMasterDual\\dsplink\\rtw_files
    -IC:\\Lyrtech\\ADP\\matlab\\r2008a\\Common\\dsplink\\External_mode
    -IC:\\Lyrtech\\ADP\\drc_v4_lyrio\\sdk\\dsp\\inc
    -IC:\\Lyrtech\\ADP\\adacmasterIII\\sdk\\dsp\\inc
    -IC:\\Lyrtech\\ADP\\adacmasterIII\\sdk\\common\\inc
    -IC:\\Lyrtech\\ADP\\CameraLink\\sdk\\dsp\\inc
    -IC:\\Lyrtech\\ADP\\common\\sdk\\dsp\\RapidCHANNEL\\inc
    -IC:\\Lyrtech\\ADP\\smfpgaacquisition\\dsp\\src
    -IC:\\Lyrtech\\ADP\\VHS\\sdk\\dsp\\inc
    -IC:\\Lyrtech\\ADP\\VHS\\sdk\\common\\inc
    -IC:\\Lyrtech\\ADP\\common\\sdk\\dsp\\serial_port\\non_dspbios\\inc
    -IC:\\Lyrtech\\ADP\\rave\\sdk\\dsp\\inc
    -IC:\\Lyrtech\\ADP\\twin_tunable_rf_transceiver\\sdk\\common\\inc
    -IC:\\Lyrtech\\ADP\\twin_wimax_rf_transceiver\\sdk\\common\\inc
    -IC:\\MATLAB\\R2008a\\simulink\\include
    -IC:\\MATLAB\\R2008a\\extern\\include
    -IC:\\MATLAB\\R2008a\\toolbox\\dspblks\\include
    -IC:\\MATLAB\\R2008a\\toolbox\\dspblks\\src\\sim
    -IC:\\MATLAB\\R2008a\\rtw\\c\\libsrc
    -IC:\\MATLAB\\R2008a\\rtw\\c\\src
    -IC:\\MATLAB\\R2008a\\rtw\\c\\src\\ext_mode\\common
    -IC:\\MATLAB\\R2008a\\toolbox\\rtw\\targets\\tic6000\\tic6000\\rtlib\\include
    -IC:\\OACDS\\17_Add_RSP\\Build4_Len\\Tx_OnTime_dsp_smdual_rtw
    -IC:\\OACDS\\17_Add_RSP\\Build4_Len
    -IC:\\MATLAB\\R2008a\\rtw\\c\\libsrc
    -IC:\\MATLAB\\R2008a\\toolbox\\dspblks\\include
    -IC:\\MATLAB\\R2008a\\toolbox\\rtw\\dspblks\\c
    --v
    --d
    Tx_OnTime_dsp.c
    -------------------------------------------------------------------------------

    acp6x -"@C:\\DOCUME~1\\YONGSU~1.CHO\\LOCALS~1\\Temp\\0337214"
    del "C:\DOCUME~1\YONGSU~1.CHO\LOCALS~1\Temp\0337214"
    cg6x --object_format=coff "\"C:\\\\DOCUME~1\\\\YONGSU~1.CHO\\\\LOCALS~1\\\\Temp\\\\033722\"" --"\"template_info_file=C:\\\\DOCUME~1\\\\YONGSU~1.CHO\\\\LOCALS~1\\\\Temp\\\\033726\"" "\"C:\\\\DOCUME~1\\\\YONGSU~1.CHO\\\\LOCALS~1\\\\Temp\\\\0337210\""
    del "C:\DOCUME~1\YONGSU~1.CHO\LOCALS~1\Temp\033726"
    del "C:\DOCUME~1\YONGSU~1.CHO\LOCALS~1\Temp\033722"
    del "C:\DOCUME~1\YONGSU~1.CHO\LOCALS~1\Temp\033724"

    /-----------------------------------------------------------------------------\
    | asm6x COMMAND FILE C:\DOCUME~1\YONGSU~1.CHO\LOCALS~1\Temp\0337215:          |
    \-----------------------------------------------------------------------------/
    --verbose_cmd_line
    --define=SMDUAL
    --define=SMDUAL
    --define=CHIP_6416
    --define=CFG_TI_COMPILATOR
    --define=DSP1
    --define=ENABLE_PCACHE=0
    --define=SM_DATALOG_SIZE=64000
    --define=USE_RTMODEL
    --define=MODEL=Tx_OnTime_dsp
    --define=RT
    --define=NUMST=4
    --define=MT=0
    --define=TID01EQ=0
    --define=NCSTATES=0
    --define=EXT_MODE
    --include_path=.
    --include_path=..
    --include_path=C:\\Lyrtech\\ADP\\common\\sdk\\dsp\\dsplib\\src
    --include_path=C:\\Lyrtech\\ADP\\signalmasterdual\\sdk\\dsp\\non_dspbios\\inc
    --include_path=C:\\Lyrtech\\ADP\\common\\sdk\\common\\inc
    --include_path=C:\\Lyrtech\\ADP\\common\\sdk\\dsp\\dsplib\\inc
    --include_path=C:\\Lyrtech\\ADP\\common\\sdk\\dsp\\dsputil\\inc
    --include_path=C:\\Lyrtech\\ADP\\common\\sdk\\dsp\\fast_bus\\non_dspbios\\inc
    --include_path=C:\\Lyrtech\\ADP\\matlab\\r2008a\\Common\\dsplink\\rtw_common_files
    --include_path=C:\\Lyrtech\\ADP\\matlab\\r2008a\\SignalMasterDual\\dsplink\\rtw_files
    --include_path=C:\\Lyrtech\\ADP\\matlab\\r2008a\\Common\\dsplink\\External_mode
    --include_path=C:\\Lyrtech\\ADP\\drc_v4_lyrio\\sdk\\dsp\\inc
    --include_path=C:\\Lyrtech\\ADP\\adacmasterIII\\sdk\\dsp\\inc
    --include_path=C:\\Lyrtech\\ADP\\adacmasterIII\\sdk\\common\\inc
    --include_path=C:\\Lyrtech\\ADP\\CameraLink\\sdk\\dsp\\inc
    --include_path=C:\\Lyrtech\\ADP\\common\\sdk\\dsp\\RapidCHANNEL\\inc
    --include_path=C:\\Lyrtech\\ADP\\smfpgaacquisition\\dsp\\src
    --include_path=C:\\Lyrtech\\ADP\\VHS\\sdk\\dsp\\inc
    --include_path=C:\\Lyrtech\\ADP\\VHS\\sdk\\common\\inc
    --include_path=C:\\Lyrtech\\ADP\\common\\sdk\\dsp\\serial_port\\non_dspbios\\inc
    --include_path=C:\\Lyrtech\\ADP\\rave\\sdk\\dsp\\inc
    --include_path=C:\\Lyrtech\\ADP\\twin_tunable_rf_transceiver\\sdk\\common\\inc
    --include_path=C:\\Lyrtech\\ADP\\twin_wimax_rf_transceiver\\sdk\\common\\inc
    --include_path=C:\\MATLAB\\R2008a\\simulink\\include
    --include_path=C:\\MATLAB\\R2008a\\extern\\include
    --include_path=C:\\MATLAB\\R2008a\\toolbox\\dspblks\\include
    --include_path=C:\\MATLAB\\R2008a\\toolbox\\dspblks\\src\\sim
    --include_path=C:\\MATLAB\\R2008a\\rtw\\c\\libsrc
    --include_path=C:\\MATLAB\\R2008a\\rtw\\c\\src
    --include_path=C:\\MATLAB\\R2008a\\rtw\\c\\src\\ext_mode\\common
    --include_path=C:\\MATLAB\\R2008a\\toolbox\\rtw\\targets\\tic6000\\tic6000\\rtlib\\include
    --include_path=C:\\OACDS\\17_Add_RSP\\Build4_Len\\Tx_OnTime_dsp_smdual_rtw
    --include_path=C:\\OACDS\\17_Add_RSP\\Build4_Len
    --include_path=C:\\MATLAB\\R2008a\\rtw\\c\\libsrc
    --include_path=C:\\MATLAB\\R2008a\\toolbox\\dspblks\\include
    --include_path=C:\\MATLAB\\R2008a\\toolbox\\rtw\\dspblks\\c
    --object_format=coff
    --suppress_asm_extension
    --parser_opts
    56
    -q
    -DSMDUAL
    -DSMDUAL
    -DCHIP_6416
    -DCFG_TI_COMPILATOR
    -DDSP1
    -DENABLE_PCACHE=0
    -DSM_DATALOG_SIZE=64000
    -DUSE_RTMODEL
    -DMODEL=Tx_OnTime_dsp
    -DRT
    -DNUMST=4
    -DMT=0
    -DTID01EQ=0
    -DNCSTATES=0
    -DEXT_MODE
    -I.
    -I..
    -IC:\\Lyrtech\\ADP\\common\\sdk\\dsp\\dsplib\\src
    -IC:\\Lyrtech\\ADP\\signalmasterdual\\sdk\\dsp\\non_dspbios\\inc
    -IC:\\Lyrtech\\ADP\\common\\sdk\\common\\inc
    -IC:\\Lyrtech\\ADP\\common\\sdk\\dsp\\dsplib\\inc
    -IC:\\Lyrtech\\ADP\\common\\sdk\\dsp\\dsputil\\inc
    -IC:\\Lyrtech\\ADP\\common\\sdk\\dsp\\fast_bus\\non_dspbios\\inc
    -IC:\\Lyrtech\\ADP\\matlab\\r2008a\\Common\\dsplink\\rtw_common_files
    -IC:\\Lyrtech\\ADP\\matlab\\r2008a\\SignalMasterDual\\dsplink\\rtw_files
    -IC:\\Lyrtech\\ADP\\matlab\\r2008a\\Common\\dsplink\\External_mode
    -IC:\\Lyrtech\\ADP\\drc_v4_lyrio\\sdk\\dsp\\inc
    -IC:\\Lyrtech\\ADP\\adacmasterIII\\sdk\\dsp\\inc
    -IC:\\Lyrtech\\ADP\\adacmasterIII\\sdk\\common\\inc
    -IC:\\Lyrtech\\ADP\\CameraLink\\sdk\\dsp\\inc
    -IC:\\Lyrtech\\ADP\\common\\sdk\\dsp\\RapidCHANNEL\\inc
    -IC:\\Lyrtech\\ADP\\smfpgaacquisition\\dsp\\src
    -IC:\\Lyrtech\\ADP\\VHS\\sdk\\dsp\\inc
    -IC:\\Lyrtech\\ADP\\VHS\\sdk\\common\\inc
    -IC:\\Lyrtech\\ADP\\common\\sdk\\dsp\\serial_port\\non_dspbios\\inc
    -IC:\\Lyrtech\\ADP\\rave\\sdk\\dsp\\inc
    -IC:\\Lyrtech\\ADP\\twin_tunable_rf_transceiver\\sdk\\common\\inc
    -IC:\\Lyrtech\\ADP\\twin_wimax_rf_transceiver\\sdk\\common\\inc
    -IC:\\MATLAB\\R2008a\\simulink\\include
    -IC:\\MATLAB\\R2008a\\extern\\include
    -IC:\\MATLAB\\R2008a\\toolbox\\dspblks\\include
    -IC:\\MATLAB\\R2008a\\toolbox\\dspblks\\src\\sim
    -IC:\\MATLAB\\R2008a\\rtw\\c\\libsrc
    -IC:\\MATLAB\\R2008a\\rtw\\c\\src
    -IC:\\MATLAB\\R2008a\\rtw\\c\\src\\ext_mode\\common
    -IC:\\MATLAB\\R2008a\\toolbox\\rtw\\targets\\tic6000\\tic6000\\rtlib\\include
    -IC:\\OACDS\\17_Add_RSP\\Build4_Len\\Tx_OnTime_dsp_smdual_rtw
    -IC:\\OACDS\\17_Add_RSP\\Build4_Len
    -IC:\\MATLAB\\R2008a\\rtw\\c\\libsrc
    -IC:\\MATLAB\\R2008a\\toolbox\\dspblks\\include
    -IC:\\MATLAB\\R2008a\\toolbox\\rtw\\dspblks\\c
    --version=6400
    --array_alignment=8
    --mem_model:code=near
    --mem_model:data=far_aggregates
    "C:\\DOCUME~1\\YONGSU~1.CHO\\LOCALS~1\\Temp\\0337210"
    Tx_OnTime_dsp.obj
    -------------------------------------------------------------------------------

    asm6x -"@C:\\DOCUME~1\\YONGSU~1.CHO\\LOCALS~1\\Temp\\0337215"
    del "C:\DOCUME~1\YONGSU~1.CHO\LOCALS~1\Temp\0337215"
    del "C:\DOCUME~1\YONGSU~1.CHO\LOCALS~1\Temp\0337210"

  • Well, no useful information came from that experiment.  Sorry.

    This is quite odd.  I can tell from the error message that acp6x was found, it didn't run out of memory, etc.  That is, it is failing due to something unusual, and not any of the things you usually suspect.  Does this failure occur only on your PC?  Or does the same thing happen to others in your area?

    Thanks and regards,

    -George