|
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?
|