Constraint error

i was trying to solve below problem

min norm(Wx,1)
subject to
norm(Fx-y,2)<=k*norm(x,2)

CVX could not solve this since the constraint is {convex} <= {convex}. is there any method to solve this in CVX. or do you know any other tool box.
please help

thanks