James,
The repo was cleanly cloned earlier yesterday. Other than checking out the release_1.4 branch there were no modifications. A 'make cleaneverything' and 'scripts/install-opencpi.sh' were run with the same result. A 'git status' command showed the repo was clean and the release_1.4 branch was checked out.
I am currently cloning the repo again and will see if the same issue occurs again.
-----Original Message-----
From: discuss [mailto:discuss-bounces_at_lists.opencpi.org] On Behalf Of discuss-request_at_lists.opencpi.org
Sent: Thursday, October 25, 2018 12:00 PM
To: discuss_at_lists.opencpi.org
Subject: discuss Digest, Vol 8, Issue 3
Send discuss mailing list submissions to
discuss_at_lists.opencpi.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.opencpi.org/mailman/listinfo/discuss_lists.opencpi.org
or, via email, send a message with subject or body 'help' to
discuss-request_at_lists.opencpi.org
You can reach the person managing the list at
discuss-owner_at_lists.opencpi.org
When replying, please edit your Subject line so it is more specific than "Re: Contents of discuss digest..."
Today's Topics:
1. Issue running opencpi/scripts/install-opencpi.sh on branch
release_1.4 (Munro, Robert M.)
2. Re: Issue running opencpi/scripts/install-opencpi.sh on
branch release_1.4 (James Kulp)
----------------------------------------------------------------------
Message: 1
Date: Wed, 24 Oct 2018 23:30:36 +0000
From: "Munro, Robert M." <Robert.Munro_at_jhuapl.edu>
To: "discuss_at_lists.opencpi.org" <discuss_at_lists.opencpi.org>
Subject: [Discuss OpenCPI] Issue running
opencpi/scripts/install-opencpi.sh on branch release_1.4
Message-ID: <50ce3980b93a4470b2f33d57f6d385d6_at_APLEX08.dom1.jhuapl.edu>
Content-Type: text/plain; charset="us-ascii"
I am attempting to build the fsk_loopback test application for a Matchstiq. I found that some of the required asset components are not available on the release_1.3 branch and moved forward to the release_1.4 branch where the components appear to be present.
During the execution of scripts/install-opencpi.sh the following error is output:
> =============Building RCC implementation ad9361_config_proxy.rcc for target(s):
> Compiling ad9361_config_proxy.cc for target linux-c7-x86_64,
> configuration 0
> ad9361_config_proxy.cc: In member function 'virtual OCPI::RCC::RCCResult Ad9361_config_proxyWorker::initialize()':
> ad9361_config_proxy.cc:836:5: error: braces around scalar initializer for type 'uint8_t {aka unsigned char}'
> };
> ^
> make[2]: *** [target-centos7/ad9361_config_proxy.o] Error 1
> make[1]: *** [ad9361_config_proxy.rcc] Error 2
> make[1]: Leaving directory `/home/user/work/opencpi/projects/assets/hdl/devices'
> make: *** [rcc] Error 2
> make: Leaving directory `/home/user/work/opencpi/projects/assets'
Has anyone seen this issue before? What change is required to get through this compilation?
Thanks,
Robert Munro
Received on Thu Oct 25 2018 - 19:36:17 CDT