News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

:: invalid option -- J :: supported targets: pe-i386 pei-i386 elf32-i386 elf32-

Started by VJgamer, June 12, 2007, 06:00:27 PM

Previous topic - Next topic

VJgamer

This is my first time using CB, and I finally got wxWidgets compiled and I created a new wxWidgets/wxSmith and try to compile it and I got this message:

:: invalid option -- J
:: supported targets: pe-i386 pei-i386 elf32-i386 elf32-little elf32-big srec symbolsrec tekhex binary ihex
:: === Build finished: 2 errors, 0 warnings ===

David Perfors

it is discussed many times, please search the forum for a solution. (has something todo with winres...)
OS: winXP
Compiler: mingw
IDE: Code::Blocks SVN WX: 2.8.4 Wish list: faster code completion, easier debugging, refactoring

VJgamer

I have been searching this forum for a while now, and don't see anything that shows how to fix this. I have a fresh install and was just trying to compile the default wxWidgets template project.

stahta01

Please state your OS? Windows XP or ?
Please state your compiler and what version it is?
Please state your version of code::blocks? RC2? or SVN? If SVN, which SVN Number?
Please turn on full compiling logging and post the build log.

Steps to turn on Full Compiler Logging in Nightly Build:
"Settings" -> "compiler debugger"
Select right-most Tab "Other Settings"
Set "Compiler Logging" to "Full Command Line"

Tim S
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

David Perfors

OS: winXP
Compiler: mingw
IDE: Code::Blocks SVN WX: 2.8.4 Wish list: faster code completion, easier debugging, refactoring