![Vision Components VC Smart Camera Getting Started Download Page 32](http://html1.mh-extra.com/html/vision-components/vc-smart-camera/vc-smart-camera_getting-started_1031724032.webp)
Getting Started VC Smart Cameras
28
5.5.4
Linker settings
The most important linker settings are:
-
relocatable output module: relocatable code is now standard, it brings more comfort for the
user because VCRT manages program loading in memory automatically (whereas with
absolute linked code, memory address of the program has to be taken care of). For more
information have a look at the VC Programming Tutorial
-
library search paths
Produce
relocatable
code
Library search
paths
Non-standard
entry-point (set
in ccr.cmd)
5.5.5
Final build steps
After compilation a batch file is executed:
rem Remove debug info
strip6x %1.out
rem create .msf file
copy %1.out exec.out
%2\vctools\util\econv %1
%2\vctools\util\scvt
rem copy .out and .msf file to send folder
copy adsp.msf %3\send\%1.msf
copy %1.out %3\send\%1.out
1996-2011 Vision Components GmbH Ettlingen, Germany
Getting_Started_VC.pdf