View Single Post
  #1   Spotlight this post!  
Unread 02-07-2010, 07:36 PM
John Young John Young is offline
Registered User
FRC #1466
 
Join Date: Jan 2010
Location: Webb Robotics
Posts: 3
John Young is an unknown quantity at this point
printf not working and UserProgram_StartupLibraryInit task deleted

printf messages are not being sent to the console from the robot code, but are sent from WPILIB. We were able to build the WPILIB source code and add a printf statement for "printf works in WPILIB", but the printf statement from the Autonomous code does not show in the cosole even though the autonomous code is running (motor runs for 2 seconds). The console output is shown below. We believe the problem is related to the tFRC_UserProgram_StartupLibraryInit task being deleted.

WPILib was compiled from a location that is not source controlled.
printf works in WPILIB
task 0x1e01338 (tFRC_UserProgram_StartupLibraryInit) deleted: errno=196709 (0x30065) status=0 (0)

Has anyone else had this problem or know how to find out about errno 196709?
Reply With Quote