ManDudeGuy
Still Fresh
- Joined
- Dec 24, 2011
- Messages
- 8
- Age
- 36
I've spent hours on trying to get this to work...
And yes I've searched both Google and these forums.
The Problem:
While using Code::Blocks to compile for the Caanoo.
I'm attempting to compile a simple Hello World application, and I have received this error...
D:\PATH_TO_SDK\tools\cross-eabi\arm-gph-linux-gnueabi\sys-root\lib/libstdc++.so: file not recognized: File format not recognized
My Situation:
I've setup the configuration for a "Caanoo GCC Toolchain" in Code::Blocks global compiler settings
Compiler paths:
D:\PATH_TO_SDK\DGE\include
D:\PATH_TO_SDK\include
D:\PATH_TO_SDK\tools\cross-eabi\arm-gph-linux-gnueabi\sys-root\usr\include
D:\PATH_TO_SDK\tools\cross-eabi\arm-gph-linux-gnueabi\include\c++\4.2.4\arm-gph-linux-gnueabi
D:\PATH_TO_SDK\tools\cross-eabi\arm-gph-linux-gnueabi\include\c++\4.2.4
Linker paths:
D:\PATH_TO_SDK\DGE\lib\target
D:\PATH_TO_SDK\lib\target
D:\PATH_TO_SDK\tools\cross-eabi\arm-gph-linux-gnueabi\sys-root\usr\lib
D:\PATH_TO_SDK\tools\cross-eabi\arm-gph-linux-gnueabi\sys-root
D:\PATH_TO_SDK\tools\cross-eabi\arm-gph-linux-gnueabi\sys-root\lib
ToolChain Additional Paths:
D:\PATH_TO_SDK\tools\cross-eabi\arm-gph-linux-gnueabi\bin
D:\PATH_TO_SDK\tools\cross-eabi\libexec\gcc\arm-gph-linux-gnueabi\4.2.4
D:\PATH_TO_SDK\tools\cross-eabi\arm-gph-linux-gnueabi\sys-root\usr\lib
D:\PATH_TO_SDK\tools\cross-eabi\arm-gph-linux-gnueabi\sys-root\lib
ToolChain Main Path:
D:\PATH_TO_SDK\tools\cross-eabi
I've used the Code::Blocks installer which filename does not mention "MinGW", I had the intention of using another toolchain for compiling on Windows.
I've also had to copy crt1.o into my project folder in order to get where I am now.
Let me know if you require more information and thanks for any assistance you can render.
I'm very apprehensive about posting, this is my first. Please... be kind with any criticism of my posting etiquette.
Sincerely,
-MDG
And yes I've searched both Google and these forums.
The Problem:
While using Code::Blocks to compile for the Caanoo.
I'm attempting to compile a simple Hello World application, and I have received this error...
D:\PATH_TO_SDK\tools\cross-eabi\arm-gph-linux-gnueabi\sys-root\lib/libstdc++.so: file not recognized: File format not recognized
My Situation:
I've setup the configuration for a "Caanoo GCC Toolchain" in Code::Blocks global compiler settings
Compiler paths:
D:\PATH_TO_SDK\DGE\include
D:\PATH_TO_SDK\include
D:\PATH_TO_SDK\tools\cross-eabi\arm-gph-linux-gnueabi\sys-root\usr\include
D:\PATH_TO_SDK\tools\cross-eabi\arm-gph-linux-gnueabi\include\c++\4.2.4\arm-gph-linux-gnueabi
D:\PATH_TO_SDK\tools\cross-eabi\arm-gph-linux-gnueabi\include\c++\4.2.4
Linker paths:
D:\PATH_TO_SDK\DGE\lib\target
D:\PATH_TO_SDK\lib\target
D:\PATH_TO_SDK\tools\cross-eabi\arm-gph-linux-gnueabi\sys-root\usr\lib
D:\PATH_TO_SDK\tools\cross-eabi\arm-gph-linux-gnueabi\sys-root
D:\PATH_TO_SDK\tools\cross-eabi\arm-gph-linux-gnueabi\sys-root\lib
ToolChain Additional Paths:
D:\PATH_TO_SDK\tools\cross-eabi\arm-gph-linux-gnueabi\bin
D:\PATH_TO_SDK\tools\cross-eabi\libexec\gcc\arm-gph-linux-gnueabi\4.2.4
D:\PATH_TO_SDK\tools\cross-eabi\arm-gph-linux-gnueabi\sys-root\usr\lib
D:\PATH_TO_SDK\tools\cross-eabi\arm-gph-linux-gnueabi\sys-root\lib
ToolChain Main Path:
D:\PATH_TO_SDK\tools\cross-eabi
I've used the Code::Blocks installer which filename does not mention "MinGW", I had the intention of using another toolchain for compiling on Windows.
I've also had to copy crt1.o into my project folder in order to get where I am now.
Let me know if you require more information and thanks for any assistance you can render.
I'm very apprehensive about posting, this is my first. Please... be kind with any criticism of my posting etiquette.
Sincerely,
-MDG