Harvard-PRINCESS / Guppy

A very adaptable fish.
Other
1 stars 3 forks source link

VFS issue fix for building armv7/pandaboardES #52

Closed penlu closed 7 years ago

penlu commented 7 years ago

The example's Hakefile now uses appropriate VFS version depending on arch.

It builds through to image generation.

jingmeihu commented 7 years ago

If you want to run VFS example correctly on ARM Pandaboard, you have to change the directory of the file in this example. e.g. change fp = fopen("/x86_64/sbin/examples/test.txt", "w+"); to fp = fopen("/armv7/sbin/examples/test.txt", "w+"); But, everything works well on both ARM and X86_64.