jeneena

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: STM32CubeMX project importer failed with exception #12182
    jeneena
    Participant

    Thank you.
    I tested with build as you mentioned, it failed with exception like this:

    —————— System.Reflection.TargetInvocationException ——————
    System.Reflection.TargetInvocationException: GetRelativePath(‘C:\Users\bryce\Desktop\test\stm32cubemx_test’, ‘C:\Users\bryce\Desktop\test\stm32cubemx_test\Middlewares\Third_Party\LwIP\src\include\*‘) failed –
    illegal characters in path. —> System.ArgumentException: illegal characters in path.

    it looks like the path contains wildcard(‘*’).

    Is this the cause of the problem?

     

    —-

    VisualGDB version: 5.3.7.1746
    —————— System.Reflection.TargetInvocationException ——————
    System.Reflection.TargetInvocationException: GetRelativePath(‘C:\Users\bryce\Desktop\test\stm32cubemx_test’, ‘C:\Users\bryce\Desktop\test\stm32cubemx_test\Middlewares\Third_Party\LwIP\src\include\*’) failed – 경로에 잘못된 문자가 있습니다. —> System.ArgumentException: 경로에 잘못된 문자가 있습니다.
    위치: System.Security.Permissions.FileIOPermission.EmulateFileIOPermissionChecks(String fullPath)
    위치: System.Security.Permissions.FileIOPermission.QuickDemand(FileIOPermissionAccess access, String fullPath, Boolean checkForDuplicates, Boolean needFullPath)
    위치: fg1.g(String a, String c, Boolean b)
    — 내부 예외 스택 추적의 끝 —
    위치: fg1.g(String a, String c, Boolean b)
    위치: zl.a.b(ImportedFile a)
    위치: System.Linq.Enumerable.WhereSelectListIterator`2.MoveNext()
    위치: System.Linq.Buffer1..ctor(IEnumerable1 source)
    위치: System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source)
    위치: zl.b(VirtualDirectory b, String a)
    위치: zl.a.c(VirtualDirectory a)
    위치: System.Linq.Enumerable.WhereSelectListIterator`2.MoveNext()
    위치: System.Linq.Buffer1..ctor(IEnumerable1 source)
    위치: System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source)
    위치: zl.b(VirtualDirectory b, String a)
    위치: zl.a.c(VirtualDirectory a)
    위치: System.Linq.Enumerable.WhereSelectListIterator`2.MoveNext()
    위치: System.Linq.Buffer1..ctor(IEnumerable1 source)
    위치: System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source)
    위치: zl.b(VirtualDirectory b, String a)
    위치: e11.c(String b, ImportedExternalProject a)
    위치: VisualGDB.Wizard.Embedded.EmbeddedProjectWizardImpl.g(EmbeddedWizardState b, IProjectEditContext c, String a, String e, s d)
    위치: VisualGDB.Wizard.Embedded.EmbeddedProjectWizardImpl.DoRunWizardOrThrowException(s b, String a, String c)
    위치: lm`1.Execute(Object d, Int32 a, Object[]& e, Object[]& c, wizardResult& b)
    —————— Inner exception ——————
    —————— System.ArgumentException ——————
    System.ArgumentException: 경로에 잘못된 문자가 있습니다.
    위치: System.Security.Permissions.FileIOPermission.EmulateFileIOPermissionChecks(String fullPath)
    위치: System.Security.Permissions.FileIOPermission.QuickDemand(FileIOPermissionAccess access, String fullPath, Boolean checkForDuplicates, Boolean needFullPath)
    위치: fg1.g(String a, String c, Boolean b)

Viewing 1 post (of 1 total)