Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Compiler Framework Redesign => Topic started by: tomjnx on May 05, 2011, 03:26:29 pm

Title: SDCC needs libprefix
Post by: tomjnx on May 05, 2011, 03:26:29 pm
SDCC needs the full library name when linking. So if you want to link library libx.lib, you need to give it -llibx (-lx does not work). I have tested this on SDCC 3.0.0.

So the compiler plugin IMO needs the attached patch.