LabVIEW Embedded

cancel
Showing results for 
Search instead for 
Did you mean: 

Build Problems with LM3S8962

I'mtrying to use LabView with the Luminary Micro LM3S8962 board, but every time I try to run an example program (without making any changes to the program) I get this error and the build fails:

 

Status: Error
Build target 'LabVIEW'
assembling Startup.s...
compiling RTX_Config.c...
RTX_Config.c: Error: C3079E: ArmCC command with no effect
Target not created

Status: Build failed.

 

 

 

I have looked everywhere for a solution to this problem, but couldn't find one. I even went so far as to reinstall LabView outside of Program Files, as I use Windows 7, which has strange permissions settings for Program Files.

0 Kudos
Message 1 of 3
(7,322 Views)
This is not a LabVIEW issue (so, I don’t understand why reinstalling LabVIEW would fix it).

The error means ArmCC cannot understand the command line (improper quotes, parameters, etc), so your approach to move the LabVIEW might be understandable somehow.

Let’s see the command line (post "rtx_config.__i" from "your project\EK_LM3S8962\Application\2.0\Project\Obj", or an archive of the entire project)

Are you able to build projects in uVision? (e.g. keil’s examples)

Even though the Keil site is not updated, ARM RVCT 4.0 (after built #650) should be fully supported in Windows 7.

0 Kudos
Message 2 of 3
(7,319 Views)
I found a solution to the problem. There was one last thing I had yet to try but didn't think to. I had Keil uVision 4 installed before I installed LabView, and both before and after the LabView install I was able to compile and download C code through it. When I uninstalled uVision 4 and reinstalled 3.7, everything worked.
0 Kudos
Message 3 of 3
(7,313 Views)