User forums > Help

wxWidgets Application Crash 0xc0000005

<< < (3/3)

stahta01:

--- Quote from: MortenMacFly on February 16, 2010, 02:57:42 pm ---
--- Quote from: mhamed on February 16, 2010, 12:50:49 pm ---Question : if the library was missed how the code block compiled the program for (86 processor)using GNU GCC compiler and didn't compile for ARmGNU GCC compiler

--- End quote ---
What I don't get: You are developing an ARM application (that's why you are using an ARM compiler) but want to link against wxWidgets?! To my knowledge wxWidgets is not available at all for ARM platform, but even if I am wrog, you must compile/use the ARM version of wxWidgets first.

If you don't want to use wxWidgets on ARM (which I guess is what you want to do), don't setup a wxWidgets project, but start with a simple (ARM) console project.

--- End quote ---

I agree with the comments from MortenMacFly and please do NOT hijack threads in the future and please use the correct sub-forum.

If programming on an Arm MCU use http://forums.codeblocks.org/index.php/board,22.0.html

Note: wxWidgets needs to be Compiled by the same Compiler Setup used by the Application in nearly ALL cases. This includes PC and Embedded targets. This assumes the application uses wxWidgets.

Tim S.

mhamed:

--- Quote ---Question : if the library was missed how the code block compiled the program for (86 processor)using GNU GCC compiler and didn't compile for ARmGNU GCC compiler
What I don't get: You are developing an ARM application (that's why you are using an ARM compiler) but want to link against wxWidgets?! To my knowledge wxWidgets is not available at all for ARM platform, but even if I am wrog, you must compile/use the ARM version of wxWidgets first.

If you don't want to use wxWidgets on ARM (which I guess is what you want to do), don't setup a wxWidgets project, but start with a simple (ARM) console project.
--- End quote ---

Wxwidgets s support Linux/ARM Arch.for mor information u can see this linkhttp://www.wxwidgets.org/docs/embedded.htm#gettingstarted

Thanks all for ur replies and sorry for hijack put i was only need help regarding to compiling/linking my project

Thanks
M.Hamed


Navigation

[0] Message Index

[*] Previous page

Go to full version