User forums > Help
Unsupported 16-bit Application
checco:
Hello,
I just installed Code::block 16.01. I downloaded the version with MINGW as a compiler.
I made just a "hello word" project, and I get the message "Unsupported 16-bit Application".
I tried to google the error without being able to solve the issue. Actually i've been using previous versions
of codeblocks without any problems.
If anyone can help me with this problem, that would be great.
Checco
stahta01:
Operating System (OS) and Compiler info needed.
And, post a full build log.
http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28general%29#Q:_How_do_I_report_a_compilation_problem_on_the_forums.3F
Edit2: The likely problem is you are trying to run an 16 bit app under a 64 bit OS.
Tim S.
checco:
Hello,
thanks for your reply. I am using Windows 7 with a 64-bit operating system. I downloaded the version with MINGW and when I check the compiler in settings I have GNU GCC compiler.
Here is the Build log.
-------------- Build: Debug in ciao (compiler: GNU GCC Compiler)---------------
Target is up to date.
Nothing to be done (all items are up-to-date).
-------------- Run: Debug in ciao (compiler: GNU GCC Compiler)---------------
Checking for existence: C:\ciao\bin\Debug\ciao.exe
Executing: "C:\CodeBlocks/cb_console_runner.exe" "C:\ciao\bin\Debug\ciao.exe" (in C:\ciao\.)
If it is the case of "edit2" what shall I do?
cheers
Francesco
stahta01:
PLEASE post a full build log; I will ignore you till you do that.
To fix the likely error; you need to remove the wrong Compiler or the wrong compiler option; till you post a full build log no one can help you!!
http://wiki.codeblocks.org/index.php/FAQ-Compiling_%28errors%29#Q:_How_do_I_troubleshoot_a_compiler_problem.3F
Tim S.
phdson:
Hello
I tried to use Code::Blocks using not install version that includes MinGW32.
I attached my project. it is working in console window in Windows 10 x64.
I extracted makefile that you can see in the folder.
I used this with Mingw32-make -f Makefile instead of Code::Blocks.
But, it complained with "16 Bit Application. .....".
I just want to use Makefile instead of CodeBlocks. How to solve this error?
One more question about build target in CodeBlocks.
What changes comes from the option changes?
Thanks for your support.
Navigation
[0] Message Index
[#] Next page
Go to full version