LabVIEW Embedded

cancel
Showing results for 
Search instead for 
Did you mean: 

file missing debugutli.c

Hello,

 

I find a tutorial for add my uC to labview but when I want to do this step : 

http://zone.ni.com/devzone/cda/tut/p/id/7029#toc4 

at the end of the compliation, keil does an error : 

...

...

..\..\..\..\..\CCodeGen\libsrc\blockdiagram\CCGVariant.c(2947): warning:  #68-D: integer conversion resulted in a change of sign

compiling DebugUtil.c...

DebugUtil.c: Error:  #5: cannot open source input file "..\..\..\..\..\CCodeGen\libsrc\blockdiagram\DebugUtil.c": No such file or directory

Target not created

 

 

I use the Labview Embedded system for ARM microcontroller, in eval mode

Keil 3.8, with a licence

windows XP

link download labview :

https://lumen.ni.com/nicif/us/ekitlvembdarm/content.xhtml 

 

Where Can I download one ? 

 

Thanks !

Yannick

uC : Atmel ARM7 AT91SAM7A3
LV embedded module for ARM 2009, eval mode
KEIL 3.85 licenced
OS : windows 7
0 Kudos
Message 1 of 4
(6,474 Views)

Unfortunatelly your post is confused.
The link points to "Add support for the Advanced Analysis Libraries".
Are you encountering problems in building the library?
If so, what kind of project did you find in the "build" folder? (.uvproj or .uv2)

 

Are your Tire 2 an ARM7 as you had writen here (https://forums.ni.com/t5/LabVIEW-Embedded/add-ATMEL-at91sam7a3-for-labwiev-embedded/m-p/1001683)?
I don't think you have to rebuild the LVAnalysis library for ARM7 or Stellaris.

0 Kudos
Message 2 of 4
(6,450 Views)

First of all, I'm not English ... so it's possible that my engish is not really good, and I apolpogie.

 

Actually, I read a lot of NI documentation, and now I try to target the Atmel ARM7 AT91SAM7A3.

 

Yesterday(and the days before), I tried to follow the tutorial, but with a lot of problems. And I tried to rebuilt the library as shown on the tuto, and one file was missing. Now I disinstall LV Embedded and reinstall. For retry one more time

 

>Are you encountering problems in building the library?

 Yes debudutil.c was missing.

 

>If so, what kind of project did you find in the "build" folder? (.uvproj or .uv2)

.Uv2 in the build file in next path : National Instruments\LabVIEW 2009\Targets\Keil\Embedded\RealView

 

 >Are your Tire 2 an ARM7 as you had writen here (https://forums.ni.com/t5/LabVIEW-Embedded/add-ATMEL-at91sam7a3-for-labwiev-embedded/m-p/1001683)?
 >I don't think you have to rebuild the LVAnalysis library for ARM7 or Stellaris.

 

Are you sure ? If yes, what exaclty I have to do to succed ?

 

Thank for the time taken !

 

Yannick

Yannick

uC : Atmel ARM7 AT91SAM7A3
LV embedded module for ARM 2009, eval mode
KEIL 3.85 licenced
OS : windows 7
0 Kudos
Message 3 of 4
(6,448 Views)

My point was not about your English, as you'll see bellow. (sorry if I had been confused too)


LVAnalysis project is a .uvproj, does not contain debugutil.c, and is located here:
LabVIEW 2009\Targets\Keil\Embedded\RealView\MCB2300\build


Bounce wrote:
 

Are you sure ? If yes, what exaclty I have to do to succed ?


Yes, I think your target can use LVAnalysis.lib from MCB2300 folder. Just keep in your TargetConfig.ini file this line


<LABVIEW>\Targets\Keil\Embedded\RealView\MCB2300\lib\LVAnalysis.lib = lib


Bounce wrote:

.Uv2 in the build file in next path : National Instruments\LabVIEW 2009\Targets\Keil\Embedded\RealView


This path has nothing in common with analysis. LabVIEW.uv2 builds a library from the runtime modules - you don't want to do that.


Bounce wrote:

 

 If yes, what exaclty I have to do to succed ?

 



Go further: http://zone.ni.com/devzone/cda/tut/p/id/7120 

Note: you don't have to follow the guide literally; use your experience with the board and have a look into folders:
C:\Keil\ARM\Boards\Atmel\
C:\Keil\ARM\RT Agent\Atmel\

Message Edited by NicB on 10-15-2009 03:38 PM
0 Kudos
Message 4 of 4
(6,441 Views)