News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

LOOKING FOR URGENT HELP

Started by subha_b, August 19, 2010, 12:33:32 PM

Previous topic - Next topic

subha_b

Hi,
Being frank I am a newbie in PIC programming(even more newbie in C:B !). I am interested in using C:B with SDCC compiler to make some application based on PIC18F46K20. I had quite a few doubts like
1. Is there anything to do with my processor with C:B IDE ? I mean whether there's any compatibility issue?
2. I am having some warnings like
" warning 182: absolute address for sfr 'SSPMSK' probably out of range "
and
"||ASlink-Warning-Undefined Global '_PORTAbits' referenced by module 'SimpleIO' "   

SimpleIO is my program name.

LOOKING FOR YOUR KIND HELP.
Thanking in Advance,
SB

MortenMacFly

Quote from: subha_b on August 19, 2010, 12:33:32 PM
" warning 182: absolute address for sfr 'SSPMSK' probably out of range "
"||ASlink-Warning-Undefined Global '_PORTAbits' referenced by module 'SimpleIO' "    
As this is not related to Code::Blocks and therefore violates our forums rules this topic gets locked.

Try in a forum related to the compiler you are using... probably a SDCC related forum.

For the record C::B is not SDCC.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]