Code::Blocks Forums
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
As usual while waiting for the next release - don't forget to check the
nightly builds
in the forum.
Home
Help
Search
Login
Register
Code::Blocks Forums
»
Developer forums (C::B DEVELOPMENT STRICTLY!)
»
Development
»
Compiler Framework Redesign
»
SDCC needs libprefix
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: SDCC needs libprefix (Read 22022 times)
tomjnx
Multiple posting newcomer
Posts: 34
SDCC needs libprefix
«
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.
Logged
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
Developer forums (C::B DEVELOPMENT STRICTLY!)
»
Development
»
Compiler Framework Redesign
»
SDCC needs libprefix