parallaxinc / propgcc

A Port of GCC to the Parallax Propeller
Other
36 stars 17 forks source link

demos/filetest fails on C3:xmmc using default tree #66

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
dolly:filetest petry$ propeller-load -bc3 filetest.elf -r -t -p 
/dev/cu.usbserial-0000101D
Propeller Version 1 on /dev/cu.usbserial-0000101D
Patching __cfg_sdspi_config1 with 090a0b13
Patching __cfg_sdspi_config2 with 19080005
Loading the serial helper to hub memory
9808 bytes sent 
Verifying RAM ... OK
Loading external memory driver 'c3_xmem.dat'
956 bytes sent 
Loading program image to flash
39812 bytes sent 
Loading .xmmkernel
1984 bytes sent 
[ Entering terminal mode. Type ESC or Control-C to exit. ]
Commands are help, cat, rm, ls, ll, echo, cd, pwd, mkdir and rmdir

> ls
./: I/O error

> pwd
/

Compiling using bins from SimpleIDE 0.9.45 provides proper operation.
It may be an interaction with the SPI locking.

Original issue reported on code.google.com by Michael....@gmail.com on 24 Jan 2014 at 11:21