Skip to content

This is a version of the TinyGL library and Gears example modified to run on a Vista virtual prototype simulator.

Notifications You must be signed in to change notification settings

MentorEmbedded/gears-demo-for-vp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

tinygl-for-vp

This is a version of the TinyGL library and Gears example modified to run on a Vista virtual prototype simulator...

Building Requirements

You will need the following in your PATH environment variable:

  • An ARM EABI toolchain. The Sourcery CodeBench ARM EABI toolchain will work fine.

  • An installation of Vista.

GPU Related Environment Variables

By default, invoking make will build a software-only unaccelerated gears.axf executable.

To get the GPU accelerated implementation to build, you must set these two environment variables before invoking make.

  • GPU=1

  • HWZERO=1

A command line build invocation would look like:

 GPU=1 HWZERO=1 make

About

This is a version of the TinyGL library and Gears example modified to run on a Vista virtual prototype simulator.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages