fopen broken
Posted: 25 Feb 2012, 05:36
I had been running on version lms_arm_nbcnxc_131_20111019_1659.rfw. Today, I decided to update to the test_release20120205 of the compiler/assembler and lms_arm_nbcnxc_132_20120214_2114.rfw. However, was returning a 0 for the file handle (it had been returning 1). I then tried lms_arm_nbcnxc_132_20120205_1737.rfw and got the same error. I went back to the 12/12/2011 version of the compiler/assembler and got the same thing. Went back to lms_arm_nbcnxc_131_20111019_1659.rfw and it works with both the 12/12/2011 and 2/5/2012 versions of the compiler/assembler. So, it appears that fopen is broken in the firmware.
Code: Select all
byte file;
file = fopen("xycoord.txt", "w");