File: README

package info (click to toggle)
libaws 20.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 16,656 kB
  • sloc: ada: 95,505; python: 2,270; ansic: 1,017; makefile: 829; xml: 235; javascript: 202; java: 112; sh: 106
file content (22 lines) | stat: -rw-r--r-- 488 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

This directory contains some AWS's demos. To run the demos AWS must have
been built and installed properly.

To build:

     $ make

To clean-up:

     $ make clean

To launch the demo just run the executable(s) produced.

In cross-environment you'll need to enter each directory manually and call
the proper cross compiler to build the demo.

     $ cd demos/hello_world

     $ powerpc-wrs-vxworks-gnatmake -P hello_world
or
     $ gprbuild --target=powerpc-wrs-vxworks -P hello_world