Sample USBserial project that compiles OK on Web Compiler, but breaks for GCC ARM

Dependencies:   USBDevice mbed

This code compiles on the online MBED compiler.

When Exported to GCC ARM it fails.

//when compiled with GCC_ARM we get the following issues which result in unresolved symbols
/*
    - The type 'USBSerial' must implement the inherited pure virtual method 
     'mbed::FileHandle::write'
    - The type 'USBSerial' must implement the inherited pure virtual method 
     'mbed::FileHandle::lseek'
    - The type 'USBSerial' must implement the inherited pure virtual method 
     'mbed::FileHandle::read'
*/
Committer:
sbts
Date:
Sun Oct 05 11:54:37 2014 +0000
Revision:
0:6cdfc5265dfe
Sample Code that works for online compiler but doesn't work for GCC ARM

Who changed what in which revision?

UserRevisionLine numberNew contents of line
sbts 0:6cdfc5265dfe 1 http://mbed.org/users/mbed_official/code/mbed/builds/552587b429a1