The MASM Forum

Projects => Poasm => Pelle's C compiler and tools => Topic started by: cman on June 02, 2013, 01:17:21 AM

Title: Using Pelle's C with Linux
Post by: cman on June 02, 2013, 01:17:21 AM
I installed Pelle's C on Fedora 18 using Wine 1.5.25 and it seems to work fine. I'd like to use the IDE to debug command-line C programs for Fedora ( I don't like most of the most of the debugging tools that I can find for Linux ). Anyway , how can I configure Pelle's C to do this ( when I tried to compile a program I got errors like this:


POLINK: warning: No object files specified; libraries used.
POLINK: error: Unresolved external symbol '__mainCRTStartup'.
POLINK: fatal error: 1 unresolved external(s).
 

). I know this is probably a silly thing to do , but thanks for any information! :biggrin: