Page 1 of 1

FASM/FHLA Spits this error message at me...

Posted: Thu Oct 19, 2006 11:28 pm
by Killswitch
I'm using FHLA with my compiler project, but I'm having this issue when I compile. I always get this message:

POLINK: warning: /SECTION:.bss ignored; section is missing.

Yet, I always seem to get a complete .exe once FASM has finished doing it's thing - can someone explain whats going on here to me, please?

Posted: Fri Oct 20, 2006 12:52 pm
by Inf0Byt3
I suck when it comes to assembler, but i guess you must define a .bss section inside the code, like PureBasic does with .flat :? .