[quote author=Vorrtexx link=board=Dev;num=1095484578;start=15#24 date=10/09/04 at 14:24:25]
when you execute "source /usr/local/dc/dcdev/environ.sh" and then from the command line execute the command "kos-c++" does it say command not found?
.[/quote]
No it reports
Code:
BASH-2.05b$ kos-c++ sh-elf-g++: No input files
WHen i then Type make and i get ..
Code:
BASH-2.05b$ make
make -C Â*src
make[1]: Entering directory `/usr/local/dc/dcdev/sticks/src'
make -C Â*display
make[2]: Entering directory `/usr/local/dc/dcdev/sticks/src/display'
kos-c++ -c SMenu.cpp -o SMenu.o
make[2]: kos-c++: Command not found
make[2]: *** [SMenu.o] Error 127
make[2]: Leaving directory `/usr/local/dc/dcdev/sticks/src/display'
make[1]: *** [_dir_display] Error 2
[quote author=Vorrtexx link=board=Dev;num=1095484578;start=15#24 date=10/09/04 at 14:24:25]
what if you then change directory to cd /usr/local/dc/dcdev/dc/kos/utils/gnu_wrappers and run the same command again "./kos-c++".
does it ever output the following?
.[/quote]
Yes it does it outputs
Code:
$ kos-c++
sh-elf-g++: no input files
Seems it's all correct only thing i can think is some rogue cgywin bug or some other package needs updating.
Dont know why but i seem to allways get the un explain-able problems.. ;D
Bookmarks