Skip to content

cygwin don't assume that windriver is installed #7

@ghost

Description

i'm too tired to look into making this check for the existence of the windriver installation and download the compiler like it does on linux if it's not there.
at the very least, the readme should mention that windriver is expected to be installed if running on ms windows.

ozzloy@ozz-vista ~/src/cpp_simple_template
$ git status
# On branch no-ucpp
# Untracked files:
#   (use "git add ..." to include in what will be committed)
#
#       .ucpp
#       Makefile
#       PPC603gnu/
nothing added to commit but untracked files present (use "git add" to track)

ozzloy@ozz-vista ~/src/cpp_simple_template
$ rm -rf .ucpp Makefile PPC603gnu/

ozzloy@ozz-vista ~/src/cpp_simple_template
$ rm -rf ~/.ucpp

ozzloy@ozz-vista ~/src/cpp_simple_template
$ ucpp setup -t 1
-----> Detecting python ...
-----> Python 2 found at: /usr/bin/python [DONE]

ozzloy@ozz-vista ~/src/cpp_simple_template
$ ucpp init
Initialized UCPP project "cpp_simple_template"
  Project root directory  /home/ozzloy/src/cpp_simple_template
  Workspace directory     /home/ozzloy/src
  Code deployment IP      10.0.1.2

ozzloy@ozz-vista ~/src/cpp_simple_template
$ ucpp configure
Manually generating Windows Makefile... Done

ozzloy@ozz-vista ~/src/cpp_simple_template
$ make
cd PPC603gnu && exec /cygdrive/c/WindRiver/workbench-3.0/x86-win32/bin/make.exe -f Makefile
/bin/sh: /cygdrive/c/WindRiver/workbench-3.0/x86-win32/bin/make.exe: No such file or directory
/bin/sh: line 0: exec: /cygdrive/c/WindRiver/workbench-3.0/x86-win32/bin/make.exe: cannot execute: No such file or directory
Makefile:5: recipe for target `all' failed
make: *** [all] Error 126

ozzloy@ozz-vista ~/src/cpp_simple_template
$

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions