alexa / avs-device-sdk

An SDK for commercial device makers to integrate Alexa directly into connected products.
https://developer.amazon.com/alexa/alexa-voice-service
Apache License 2.0
1.26k stars 604 forks source link

Cross compile the AVS Device SDK 1.12.1 for MIPS linux does not work #1332

Closed WilliamVJacob closed 5 years ago

WilliamVJacob commented 5 years ago

IMPORTANT: Before you create an issue, please take a look at our Issue Reporting Guide.

Briefly summarize your issue:

I am trying to cross compile alexa for mips Linux

What is the expected behavior?

What behavior are you observing?

SampleApp /home/AlexaClientSDKConfig_test.json DEBUG9

2019-04-25 13:21:42.462[ 1]I sdkVersion: 1.12.1 configFile /home/AlexaClientSDKConfig_test.json Running app with log level: DEBUG9 2019-04-25 13:21:42.506[ 1]E ConfigurationNode:initializeFailed:reason=parseFailure,offset=5949,message=Missing a comma or '}' after an object member. 2019-04-25 13:21:42.507[ 1]E AlexaClientSdkInit:initializeFailed:reason=ConfigurationNode\:\:initializeFailed 2019-04-25 13:21:42.509[ 1]C SampleApplication:Failed to initialize SDK! 2019-04-25 13:21:42.510[ 1]C SampleApplication:Failed to initialize SampleApplication 2019-04-25 13:21:42.510[ 1]E AlexaClientSdkInit:initializeError:reason=notInitialized Failed to create to SampleApplication! #

Provide the steps to reproduce the issue, if applicable:

Tell us about your environment:

What version of the AVS Device SDK are you using?

  <x.y.z>

1.12.1

Tell us what hardware you're using:

Tell us about your OS (Type & version):

WilliamVJacob commented 5 years ago

This issue has been fixed by me , i am closing it

PattenKuo commented 5 years ago

@WilliamVJacob I have the same problem now. ConfigurationNode:initializeFailed Could you please tell me how to resolved the bug?

Thx.