chirping78 commented on PR #10496:
URL: https://github.com/apache/nuttx/pull/10496#issuecomment-1767947214

   
   > Could you tell us more about the target information? (CPU type and the 
number of CPUs and so on) I'd like to see the .config file.
   
   The target is a dual core cortex A7. 
   About the .config, I take a glance on the file and found some sensitive 
information, like internal components and partner name. There maybe some 
discipline prevent me to post it here.
   
   > 
   > Also, please provide the following information
   > 
   > * the toolchain you are using
   
   
   The toolchain version is:
   ````
   Target: arm-none-eabi
   Configured with: 
/data/jenkins/workspace/GNU-toolchain/arm-11/src/gcc/configure 
--target=arm-none-eabi 
--prefix=/data/jenkins/workspace/GNU-toolchain/arm-11/build-arm-none-eabi/install
 
--with-gmp=/data/jenkins/workspace/GNU-toolchain/arm-11/build-arm-none-eabi/host-tools
 
--with-mpfr=/data/jenkins/workspace/GNU-toolchain/arm-11/build-arm-none-eabi/host-tools
 
--with-mpc=/data/jenkins/workspace/GNU-toolchain/arm-11/build-arm-none-eabi/host-tools
 
--with-isl=/data/jenkins/workspace/GNU-toolchain/arm-11/build-arm-none-eabi/host-tools
 --disable-shared --disable-nls --disable-threads --disable-tls 
--enable-checking=release --enable-languages=c,c++,fortran --with-newlib 
--with-gnu-as --with-gnu-ld 
--with-sysroot=/data/jenkins/workspace/GNU-toolchain/arm-11/build-arm-none-eabi/install/arm-none-eabi
 --with-multilib-list=aprofile,rmprofile --with-pkgversion='Arm GNU Toolchain 
11.3.Rel1' --with-bugurl=https://bugs.linaro.org/
   Thread model: single
   Supported LTO compression algorithms: zlib
   gcc version 11.3.1 20220712 (Arm GNU Toolchain 11.3.Rel1) 
   ````
   > * how long does it take to reproduce the deadlock with the modified smp app
   
   Very soon, in seconds.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to