06-28-2010 01:02 PM
Hello,
I found out that it is not a good idea to use Realview4 (shipped with my evaluation board) and Labview for ARM.
The problem described above disappear after fresh install of LV for ARM.
Even with Ulink2 I had problems, I got another error and found out that LV for ARM was calling Realview4,
This was the error:
[19:07:19] Status: Error
Build target 'LabVIEW'
assembling Startup.s...
compiling RTX_Config.c...
RTX_Config.c: Error: C3065E: type of input file 'C:\Program Files\National Instruments\LabVIEW 2009\CCodeGen\include\comms,' unknown
RTX_Config.c: Error: C3065E: type of input file 'C:\Program Files\National Instruments\LabVIEW 2009\CCodeGen\include\frontpanel,' unknown
RTX_Config.c: Error: C3065E: type of input file 'C:\Program Files\National Instruments\LabVIEW 2009\CCodeGen\include\os\rtx,' unknown
RTX_Config.c: Error: C3065E: type of input file 'C:\Program Files\National Instruments\LabVIEW 2009\CCodeGen\include\priv,' unknown
RTX_Config.c: Error: C3065E: type of input file 'C:\Program Files\National Instruments\LabVIEW 2009\CCodeGen\include\UI,' unknown
RTX_Config.c: Error: C3065E: type of input file 'C:\Program Files\National Instruments\LabVIEW 2009\CCodeGen\analysis\development\include,' unknown
RTX_Config.c: Error: C3065E: type of input file 'C:\Program Files\National Instruments\LabVIEW 2009\CCodeGen\analysis\LV\source\include,' unknown
RTX_Config.c: Error: C3065E: type of input file 'C:\Program Files\National Instruments\LabVIEW 2009\Targets\Keil\Embedded\lib,' unknown
RTX_Config.c: Error: C3065E: type of input file 'C:\Program Files\National Instruments\LabVIEW 2009\Targets\Keil\Embedded\RealView\Drivers\ARM\Include,' unknown
RTX_Config.c: Error: C3065E: type of input file 'C:\Program Files\National Instruments\LabVIEW 2009\Targets\Keil\Embedded\RealView\Drivers\RL-ARM\Include,' unknown
RTX_Config.c: Error: C3065E: type of input file '..\..,' unknown
RTX_Config.c: Error: C3065E: type of input file '..\Include' unknown
..\System\RTX_Config.c(13): error: #5: cannot open source input file "LVConfig.h": No such file or directory
Target not created
Status: Build failed.
C3065E = type of input file '<entity>' unknown
Renaming the folder of Realview4 in c:/Keil solved the problem.
Seems that LV for ARM work well with Realview 3.70 only.