-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stack dump on qemu_stm32 #154
Comments
@xiangzhai In my far memory, I remember that stm32-p103 emulator isn't working, as you said in #127, it just doesn't work. I remember my development is always on stm32f429. |
I'm not sure if you are interested in Piko-RT, another real-time kernel develop in the same team, it is under development now, and more active then f9. |
@mlouielu Thanks for your kind response! I will try Piko-RT :) |
I know this is quite late, but I found the interrupt is triggered before kernel completes initialization. That's why hit the end of schedule error. For who that's might be interested, I have commit a dirty fix to solve the issue, but currently only tested on qemu. Edit: |
Hi F9 developers,
But nothing wrong kernel/start.c:76 ?
I use https://sourcery.mentor.com/GNUToolchain/package12813/public/arm-none-linux-gnueabi/arm-2014.05-29-arm-none-linux-gnueabi-i686-pc-linux-gnu.tar.bz2 to build f9. and this toolchain is able to build L4Re and run successfully hello testcase with qemu-system-arm http://os.inf.tu-dresden.de/pipermail/l4-hackers/2017/008151.html
Regards,
Leslie Zhai
The text was updated successfully, but these errors were encountered: