diff options
author | Josh Blum <josh@joshknows.com> | 2010-08-31 13:08:50 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-08-31 13:08:50 -0700 |
commit | 80fe3189afd52d1aab95ee95e71d5d50bddbba55 (patch) | |
tree | 963ba0d869cf55a0909e1bdb80000035d3f5f0a0 /images | |
parent | c9cd9b605897078daed77c8b7f9c538cb77bd4bc (diff) | |
download | uhd-80fe3189afd52d1aab95ee95e71d5d50bddbba55.tar.gz uhd-80fe3189afd52d1aab95ee95e71d5d50bddbba55.tar.bz2 uhd-80fe3189afd52d1aab95ee95e71d5d50bddbba55.zip |
usrp1: Fedora sdcc note and change fw error to warning (find should not error)
Diffstat (limited to 'images')
-rw-r--r-- | images/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/images/README b/images/README index ec8391826..2f9c6a95e 100644 --- a/images/README +++ b/images/README @@ -18,3 +18,8 @@ To build the package (unix): The package generator types are described here: http://www.cmake.org/Wiki/CMake:CPackPackageGenerators + +Fedora note: + The sdcc binaries are prefixed with "sdcc-" which breaks the build. + However, /usr/libexec/sdcc contains properly named sdcc binaries. + export PATH=${PATH}:/usr/libexec/sdcc |