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.

DCAN tutorial for Halcogen (DCAN)

Other Parts Discussed in Thread: HALCOGEN

I have followed the tutorial (http://www.youtube.com/watch?v=TrKQN-sor-s) found on http://processors.wiki.ti.com/index.php/Videos to try to set up a simple CAN network with the 2 TMS570LC43HDK boards (http://www.ti.com/tool/TMDX570LC43HDK) I have.

I have managed to generate the code in halcogen and inport the files into the CCS6 project, however every time I try to build the project to run on the board I get the following error. I have attached the very simple project along with a .txt containing the full console output from the build.

My apologies if this has been asnwered before, from my research I had found similar foroum posts but none contained this exact error.

<Linking>
warning #10366-D: automatic library build: using library "c:\ti\ccsv6\tools\compiler\arm_5.1.5\lib\rtsv7A8_A_be_v3_eabi.lib" for the first time, so it must be built.  This may take a few minutes.
cygwin warning:
  MS-DOS style path detected: C:\Users\s55296\Documents\Workspace\DCAN_TX\Debug
  Preferred POSIX equivalent is: /cygdrive/c/Users/s55296/Documents/Workspace/DCAN_TX/Debug
  CYGWIN environment variable option "nodosfilewarning" turns off this warning.
  Consult the user's guide for more details about POSIX paths:
    http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
cygwin warning:
  MS-DOS style path detected: C:\Users\s55296\Documents\Workspace\DCAN_TX\Debug
  Preferred POSIX equivalent is: /cygdrive/c/Users/s55296/Documents/Workspace/DCAN_TX/Debug
  CYGWIN environment variable option "nodosfilewarning" turns off this warning.
  Consult the user's guide for more details about POSIX paths:
    http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
cygwin warning:
  MS-DOS style path detected: C:\Users\s55296\Documents\Workspace\DCAN_TX\Debug
  Preferred POSIX equivalent is: /cygdrive/c/Users/s55296/Documents/Workspace/DCAN_TX/Debug
  CYGWIN environment variable option "nodosfilewarning" turns off this warning.
  Consult the user's guide for more details about POSIX paths:
    http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
  -->  error: '*.obj
' not found
gmake.exe[1]: *** [library] Error 1
>> ERROR: mklib: gmake error during rtsv7A8_A_be_v3_eabi.lib build
warning #10207-D: automatic RTS selection:  resolving index library "libc.a" to "c:\ti\ccsv6\tools\compiler\arm_5.1.5\lib\rtsv7A8_A_be_v3_eabi.lib", but "c:\ti\ccsv6\tools\compiler\arm_5.1.5\lib\rtsv7A8_A_be_v3_eabi.lib" was not found

 undefined      first referenced          
  symbol            in file               
 ---------      ----------------          
 __TI_auto_init ./source/HL_sys_startup.obj
 exit           ./source/HL_sys_startup.obj

error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking; "DCAN_TX.out" not built

>> Compilation failure
gmake: *** [DCAN_TX.out] Error 1
gmake: Target `all' not remade because of errors.

**** Build Finished ****

 

 

 

5657.DCAN_TX.zip