News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

C::B 13:12 linux - Cross Compilation Linux > Windows

Started by Gabriel.LP.Abreu, September 13, 2015, 10:21:39 PM

Previous topic - Next topic

Gabriel.LP.Abreu

Hello everyone, this is my first topic and I'm having some problems,
My university uses Windows, I use Linux and usually write codes in C for Linux, but now is the time I have to deliver a code for windows, so I started looking for a way to compile for Windows using Linux and Wine and found these very useful links: http://forums.next.codeblocks.org/?topic=3343.0 & http://wiki.codeblocks.org/index.php?title=Code::Blocks_and_Cross_Compilers.

I followed the instructions, which seem outdated, I could compile and run the code, but was unable to make the executable has the .exe extension, this is the first problem. The second problem is about the debugger: I could not make the C :: B recognized the 'insight' shown in the instructions, so I could not add it options.

I wait for some help on how to solve these problems .
already thanks for reading and sorry for bad English!


oBFusCATed

The first problem you can solve by disabling the automatic generation of the extension. It is in the project -> properties
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

BlueHazzard

have you tried to run the debugger from console? Does it work?
If it works we can look into it how to integrate in c::b