[coldfire-gnu-discuss] Compiling issues w/ G++ Lite 4.4-215
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[coldfire-gnu-discuss] Compiling issues w/ G++ Lite 4.4-215



When I used the example in "the getting started document" and complied from the command line w/ the source code file in the C:\CodeSourcery\Sourcery G++ Lite\bin folder, the compilation went smoothly.  However if I move the source code file to any location higher to the c:\ the compilation will fail.  Below are the command line input and output.

C:\CodeSourcery\Sourcery G++ Lite>m68k-elf-gcc -g -mcpu=5208 -T m5208evb-ram-hos
ted.ld main.c -o factorial
m68k-elf-gcc: CreateProcess: No such file or directory

The environment variable is set up correctly as show below.

C:\CodeSourcery\Sourcery G++ Lite>m68k-elf-gcc -v
Using built-in specs.
Target: m68k-elf
Configured with: /scratch/maxim/cf-2010q1-lite/src-e...
...ite/obj-elf/tools-i686-pc-linux-gnu-4.4-215-m68k-elf-i686-mingw32/m68k-elf/bin
Thread model: single
gcc version 4.4.1 (Sourcery G++ Lite 4.4-215)

Any help with setting up a project environment outside the CodeSourcery installation would be appreciated.