CPCWiki forum

General Category => Programming => Topic started by: funkheld on 08:09, 19 July 20

Title: cpctelera with win10 ?
Post by: funkheld on 08:09, 19 July 20

Hi good afternoon.
I am looking for precise help to install cpctelera on windows10. The help should be for a beginner, because probably
many things have to be done that are not so easy with windows10?

maybe that helps a lot of people who are like me?

thank you.
greeting
Title: Re: cpctelera with win10 ?
Post by: asertus on 09:03, 19 July 20
Hi,


I have it running in Win10. There is not much problem using Cygwin.


What is your issue?


http://lronaldo.github.io/cpctelera/files/readme-txt.html#Installing_CPCtelera (http://lronaldo.github.io/cpctelera/files/readme-txt.html#Installing_CPCtelera)
Title: Re: cpctelera with win10 ?
Post by: funkheld on 09:53, 19 July 20

declared inaccurate for windows10.
-bison
-flex
-make

sometimes 10 types.
Title: Re: cpctelera with win10 ?
Post by: robcfg on 10:07, 19 July 20
If you cannot run those, you may be trying to run the commands on the windows command line terminal instead of cygwin.
Title: Re: cpctelera with win10 ?
Post by: funkheld on 10:20, 19 July 20

how to get to:
d: \ cpctelera-1.4.2
with the cygwin64 terminal?


setup.sh starting with terminal with win10?

greeting
Title: Re: cpctelera with win10 ?
Post by: funkheld on 10:42, 19 July 20


how come the path: d: / cpctelera ....
in there?

thank you.
---------------------------------------
###########################################################################
##                        CPCTELERA ENGINE                               ##
##                        Main  Setup File                               ##
##-----------------------------------------------------------------------##
## This file is a script intended for setting up the environment for the ##
## first time, before using it.                                          ##
###########################################################################

## Main Paths
SETUP_PATH="${PWD}"
CPCT_MAIN_DIR="${SETUP_PATH}/cpctelera"
CPCT_TOOLS_DIR="${CPCT_MAIN_DIR}/tools"
CPCT_SCRIPTS_DIR="${CPCT_TOOLS_DIR}/scripts"
.....
.....
------------------------------------------------------


greeting.
Title: Re: cpctelera with win10 ?
Post by: ervin on 13:10, 19 July 20
cpctelera needs to be extracted into cygwin\home\username\
I've attached a screenshot of mine.
Title: Re: cpctelera with win10 ?
Post by: ronaldo on 18:09, 19 July 20
Quote from: funkheld on 08:09, 19 July 20
Hi good afternoon.
I am looking for precise help to install cpctelera on windows10. The help should be for a beginner, because probably
many things have to be done that are not so easy with windows10?

maybe that helps a lot of people who are like me?

thank you.
greeting
I'm afraid funkheld, but that's not the aim of CPCtelera. CPCtelera was never designed for novice users, but for medium/advanced programmers. CPCtelera is not a tool to enable novices to do complex things, but a tool to help medium/advenced programmers do more things and do them fast and easily. But the initial premise is that you should be comfortable with programming tools like the terminal, a bash shell or configuring development environments like cygwin.

Of course, as many other novices have already shown, if you invest enough time and effort you can learn and use CPCtelera effectively. However, there is nothing to prevent you from investing plenty of time to learning. The main focus of CPCtelera is on letting the users have complete will on how to develop their software. They can do it programming in machine language, assembler, C, a combination of C and assembler and even BASIC. But all this power comes at a cost: you need previous knowledge. There is no solution for this problem: more power requires more knowledge, something easier will always be less powerful. That's why CPCtelera was not designed for novices.

Sorry if you were missleaded. In any case, you have plenty of people to help you if you want to learn, but I advice you to stop thinking that things should be easy. Things requiere knowledge, and you need to learn first. Things become easy when you get the knowledge, but there is no easy path to there. Just patience and a desire to understand a little bit more each time.
Title: Re: cpctelera with win10 ?
Post by: funkheld on 19:52, 19 July 20
hello thanks for the help.

ervin thanks.


the cpctelera ist now ok.

this startet : cpct_mkproject test --load-address 8000

wonderfull.

thanks
greeting

Powered by SMFPacks Menu Editor Mod