View Single Post
  #1   Spotlight this post!  
Unread 05-01-2009, 03:46
koreabell koreabell is offline
Team 956 Safety Captain
FRC #0956 (Eagles)
Team Role: Programmer
 
Join Date: Sep 2008
Rookie Year: 2007
Location: Oregon
Posts: 24
koreabell is an unknown quantity at this point
compiling in windriver

i searched but i couldn't find answer to it yet, if there are some threads regarding my question already, please let me know

my question is that is there any way to find out an error in the code without downloading the code to cRio or using debugging tool(which requires connection with cRio)?

i tried to build with intentional error( missing semicolon and missing headerfile) and it worked, so i guess it's not compiling the code or detecting errors.

so i'm wondering if windriver workbench can detect code errors without connection with cRio, like other IDEs did before(command IDE to compile, if there are some errors, compile failure, if not, compile to download).