Commit 36c19b4a authored by claes's avatar claes

Updated to 4.4.2

parent 4645dbdd
...@@ -19,9 +19,6 @@ gcc v4.0.2 ...@@ -19,9 +19,6 @@ gcc v4.0.2
1. Preparations 1. Preparations
-------------- --------------
1.1. Ubuntu
-----------
Install the following packages Install the following packages
make make
...@@ -51,11 +48,11 @@ There has to be a valid display. ...@@ -51,11 +48,11 @@ There has to be a valid display.
----------- -----------
Unpack the source package Unpack the source package
> tar -xzvf pwrsrc_4.3.0.tar.gz > tar -xzvf pwrsrc_4.4.2.tar.gz
Enter the sourcecode root directory Enter the sourcecode root directory
> cd pwr_4.3.0 > cd pwr_4.4.2
Execute the makefile Execute the makefile
...@@ -77,8 +74,8 @@ handle different version of proview. ...@@ -77,8 +74,8 @@ handle different version of proview.
The first thing to do is to set up your environment properly. Add the The first thing to do is to set up your environment properly. Add the
following lines to .bashrc: following lines to .bashrc:
# Where /home/robert/x4-3-0 is replaced with wherever you unpacked the sources. # Where /home/robert/x4-4-2 is replaced with wherever you unpacked the sources.
export pwre_bin="/home/robert/x4-3-0/pwr/src/tools/pwre/src/os_linux" export pwre_bin="/home/robert/x4-4-2/pwr/src/tools/pwre/src/os_linux"
export pwre_dir_symbols="$pwre_bin/dir_symbols.mk" export pwre_dir_symbols="$pwre_bin/dir_symbols.mk"
source $pwre_bin/pwre_function source $pwre_bin/pwre_function
export pwre_env_db="/home/robert/pwre_new" export pwre_env_db="/home/robert/pwre_new"
...@@ -94,13 +91,13 @@ by sourcing $pwre_bin/pwre_function). ...@@ -94,13 +91,13 @@ by sourcing $pwre_bin/pwre_function).
shows all possibilites with the pwre function. shows all possibilites with the pwre function.
Add environment named 'x430x86' (choose any name you like). Add environment named 'x442x86' (choose any name you like).
> pwre add x430x86 > pwre add x442x86
Source root [...] ? /home/robert/x4-3-0/pwr/src (where /home/robert/x4-3-0 is Source root [...] ? /home/robert/x4-4-2/pwr/src (where /home/robert/x4-4-2 is
replaced with wherever you unpacked the sources) replaced with wherever you unpacked the sources)
Build root [...] ? /home/robert/pwr/x4-3-0/rls_dbg (choose typically .../pwr/version/rls_dbg) Build root [...] ? /home/robert/pwr/x4-4-2/rls_dbg (choose typically .../pwr/version/rls_dbg)
Build type [dbg] ? Build type [dbg] ?
OS [linux] ? OS [linux] ?
Hardware [x86] ? Hardware [x86] ?
...@@ -110,13 +107,13 @@ list all existing environments: ...@@ -110,13 +107,13 @@ list all existing environments:
> pwre list > pwre list
-- Defined environments: -- Defined environments:
x430x86 x442x86
-- --
himBh himBh
Initiate your new environment: Initiate your new environment:
> pwre init x430x86 > pwre init x442x86
Now, create the build tree Now, create the build tree
...@@ -197,7 +194,7 @@ Copy some files to this directory (if they do not already exist) ...@@ -197,7 +194,7 @@ Copy some files to this directory (if they do not already exist)
Create a file name pwr_projectlist.dat in this directory and add the following Create a file name pwr_projectlist.dat in this directory and add the following
line to this file: line to this file:
%base X4.3.0 /home/robert/pwr/X4-3-0/rls_dbg %base X4.4.2 /home/robert/pwr/X4-4-2/rls_dbg
where the path is your build-root ($pwre_broot). where the path is your build-root ($pwre_broot).
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment