SHA

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 25 total)
  • Author
    Posts
  • in reply to: Qt 5.7.1 and QSslConfiguration Error with visualGDB #27383
    SHA
    Participant

    I’m using visualGDB for cross-compiling , all other programs run ok , except this one with openssl , my point is that need to change some linking and including paths ? or visualGDB will take that ?

    in reply to: Problem Error building after update to new release #25761
    SHA
    Participant

    Hi Dears,

    Nothing changed for the toolchain, still unable to compile my previous projects (this is dispointing )

    unfortunate now I’m using remote build

    I hope you will release  a new toolchain for newer Linux img

    in reply to: Problem Error building after update to new release #25577
    SHA
    Participant

    Dear support, did you read my post !!??

    I told you, I do every thing ! Installing new every thing , visualGDB , toolchains, OS, and i still see the errors !

    Can you explain to me why I see these errors please ?

    And how to set the configuration in correct way !?

     

    in reply to: Problem Error building after update to new release #25565
    SHA
    Participant

    Hi dear,

    here what i do now:

    1 . Update the toolchain (based on visualGDB package suggestion ) …. failed to compiled old projects and new projects

     

    2.remove the toolchain and install new version ( i try this with all prebuild toolchains related to beaglbone in your website ) .. Also failed to create projects ( built qt 5 or 4 )

    with built qt5 give me this error below:

    Tool arguments: c:\sysgcc\beaglebone\Qt\v5\qmake.exe TestProFile.pro CONFIGNAME=Debug
    c:/sysgcc/beaglebone/arm-linux-gnueabihf/sysroot/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/features/toolchain.prf:69: system(execute) requires one or two arguments.
    Project ERROR: Cannot run compiler ‘c:/sysgcc/beaglebone/bin/arm-linux-gnueabihf-g++.exe’. Output:
    ===================
    ===================
    Maybe you forgot to setup the environment?
    <h6>################################################</h6>
    with built qt4 give me this error below:

    Tool arguments: -Wl,–start-group “C:\Users\xxxxx\AppData\Local\Temp\/VisualGDB_ToolchainTestProgram.o” -o “C:\Users\xxxxx\AppData\Local\Temp\/VisualGDB_ToolchainTestProgram” -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -Ic:/sysgcc/beaglebone/arm-linux-gnueabihf/sysroot/usr/share/qt4/mkspecs/arm-linux-gnueabihf -I. -Ic:/sysgcc/beaglebone/arm-linux-gnueabihf/sysroot/usr/include/qt4/QtCore -Ic:/sysgcc/beaglebone/arm-linux-gnueabihf/sysroot/usr/include/qt4/QtGui -Ic:/sysgcc/beaglebone/arm-linux-gnueabihf/sysroot/usr/include/qt4 -IDebug -Lc:/sysgcc/beaglebone/arm-linux-gnueabihf/sysroot/usr/lib -lQtGui -lQtCore -lpthread -pipe -Wno-psabi -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -pipe -Wno-psabi -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -Wl,-O1 -Wl,–end-group
    c:\sysgcc\beaglebone\bin\../arm-linux-gnueabihf/sysroot/usr/lib/arm-linux-gnueabihf/libgobject-2.0.so.0: undefined reference to `g_date_copy’
    collect2.exe: error: ld returned 1 exit status
    <h6>##########################################</h6>
    i have old copy of the toolchain ! when i use it , i can create qt4 built but without QSerialport

    if create qt5 built also get the same error !

    For the Linux ! i try the above with old Linux !

    And now i try it with new Linux , new installation all !! also the same result

    try remove the visual gdb and install it again !

     

    i spend five days trying every thing possible ! To restore the ability to build my application !

    Till now, you just give general advises !

    I hope to solve this please  !

     

    BR

    • This reply was modified 4 years, 8 months ago by SHA.
    in reply to: Problem Error building after update to new release #25529
    SHA
    Participant

    Dear support,

    The target or the os didn’t change !!

    The problem from your release !

    previously, With old visualGDB and Beaglebone toolchain , it’s work normally !

    All what I did, was update them !

    Then every thing get damaged !

    Even your tutorial didn’t explain the correct setting !

    So based on your suggestion ! Should i compile my project on the same target ! is that useful ?!!

    In case if the toolchain is not fit , why pass the test after creation ?

     

    I hope to get real solution

    BR

    • This reply was modified 4 years, 8 months ago by SHA.
    in reply to: Problem Error building after update to new release #25518
    SHA
    Participant
    1. try to create cross compile Qt with QT build 5

    after reach toolchain test , i get this Error !

    SysGCC\beaglebone\Qt\v5\qmake.exe TestProFile.pro CONFIGNAME=Debug
    C:/SysGCC/beaglebone/arm-linux-gnueabihf/sysroot/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/features/toolchain.prf:69: system(execute) requires one or two arguments.
    Project ERROR: Cannot run compiler ‘C:/SysGCC/beaglebone/bin/arm-linux-gnueabihf-g++.exe’. Output:
    ===================
    ===================
    Maybe you forgot to set up the environment?

    *********************************************************************************************

    I try this even on old devices which work with old setting ! Now not work after update !

    The old .exe work normally !!

    • This reply was modified 4 years, 8 months ago by SHA.
    in reply to: Problem Error building after update to new release #25516
    SHA
    Participant

    Hi Dears,

    I install New Linux

    install new visual GDB

    install new toolchain as below:

    1. let the visual GDB suggest the suitable toolchain during create the project !

    2. i chose the toolchain by my self !

    In all above, failed to compile hello world QT cross compile !

    If I chose to build the project remotely on the target , it’s Work Fine !

    But, if I chose to build it on my windows machine , give my cocktail of Errors !

    **********************************************************************

    During these days ! i notice you published several releases of visual GDB, please if you have problem ! Inform me

    Because now I’m in serious problem ! I’m working on big project since several months and have no problems ! And when I asked you if the update could change the setting ! And you confirm no ! But unfortunately it’s does.

    What should I do now ? Time remaining for me less than month !?

    Next: i will post a sample of errors i got

    • This reply was modified 4 years, 8 months ago by SHA.
    in reply to: Problem Error building after update to new release #25509
    SHA
    Participant

    another note:

    when i try to update the sysroot give me this error in log

    Failed to create symlink < with several files in the target hardware , but the files exist ! >

    in reply to: Problem Error building after update to new release #25507
    SHA
    Participant

    The second issue !

    I install the new release of visualGDB then reinstall all available toolchains for raspberry pi and beaglebone platforms! also give me same errors

    Should i try older release of VisualGdb!?

    • This reply was modified 4 years, 8 months ago by SHA.
    in reply to: Problem Error building after update to new release #25505
    SHA
    Participant

    hi dears,

     

    still the same problem.

    even after reinstall everything !!

    the old projects totally not able to compile !

    the new project work with basic lib.

    as example , if i added serialport lib to the .pro file give me this statement in the debug

    Project MESSAGE : warning : unknown QT: serialport

    • This reply was modified 4 years, 8 months ago by SHA.
    in reply to: Problem Error building after update to new release #25476
    SHA
    Participant

    libgobject-2.0.so.0 : error : undefined reference to `g_date_copy’

    in reply to: Problem Error building after update to new release #25475
    SHA
    Participant

    Now … the New update ..

     

    I remove the visual GDB & all toolchians , then reinstall all

    i can’t even run new projects with QT cross compile for embedded Linux !

    Can someone solve this situation, I hope to found some fast useful respond !!

    in reply to: Problem Error building after update to new release #25472
    SHA
    Participant

    The same problem with me , after update the Visual GDB and the toolchain by default , now nothing work !!!!!

    in reply to: Problem Error building after update to new release #25464
    SHA
    Participant

    Hi Dears,

    I already do that, compare all files, setting, configuration, uninstall and reinstall … nothing change

    All the old projects didn’t compile !

    I found only the makefile for the old projects suddenly changed to one line instead of several lines , and some projects changed from Qmake to MSbuild !!

    Is that normal ?

    Now I’m in serious problem because the software not ready and supposed to be close to delivery !

    If possible to tell me what is the required setting to fix that ?

     

    Regards

    SHA
    Participant

    hi Dears,

     

    After update , i can’t run old programs

    only new programs work fine ( cross complile linux qt)

Viewing 15 posts - 1 through 15 (of 25 total)