Skip to content

build(usr): make usr build script dash compliant #163

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

AndreCostaaa
Copy link
Contributor

@AndreCostaaa AndreCostaaa commented Apr 28, 2025

Both dash and bash seem to work. Could you please test on your end? @daniel-rossier

> dash build.sh
Platform is virt64
Starting Debug build
Not searching for unused variables given on the command line.
System is unknown to cmake, create:
Platform/SO3_usr to use this system, please post your config file on discourse.cmake.org so it can be added to cmake
Your CMakeCache.txt file was copied to CopyOfCMakeCache.txt. Please post that file on discourse.cmake.org.
-- Configuring done (0.0s)
-- Generating done (0.2s)
-- Build files have been written to: /home/andre/dev/so3/usr/build
[  0%] Built target slv
[ 16%] Built target c
[ 16%] Linking C executable init.elf
[ 16%] Linking C executable sh.elf
[ 17%] Linking C executable more.elf
[ 17%] Linking C executable time.elf
[ 17%] Linking C executable mydev_test.elf
[ 17%] Linking C executable ping.elf
[ 17%] Linking C executable ls.elf
[ 17%] Built target mydev_test.elf
[ 17%] Built target more.elf
[ 17%] Built target ls.elf
[ 17%] Built target time.elf
[ 17%] Built target init.elf
[ 17%] Built target sh.elf
[ 18%] Built target ping.elf
[ 51%] Built target lvgl
[ 55%] Built target lvgl_thorvg
[ 74%] Built target lvgl_examples
[ 99%] Built target lvgl_demos
[ 99%] Linking C executable lvgl_demo.elf
[ 99%] Linking C executable lvgl_perf.elf
[100%] Linking C executable lvgl_benchmark.elf
[100%] Built target lvgl_perf.elf
[100%] Built target lvgl_benchmark.elf
[100%] Built target lvgl_demo.elf
> bash build.sh
Platform is virt64
Starting Debug build
Not searching for unused variables given on the command line.
System is unknown to cmake, create:
Platform/SO3_usr to use this system, please post your config file on discourse.cmake.org so it can be added to cmake
Your CMakeCache.txt file was copied to CopyOfCMakeCache.txt. Please post that file on discourse.cmake.org.
-- Configuring done (0.0s)
-- Generating done (0.2s)
-- Build files have been written to: /home/andre/dev/so3/usr/build
[  0%] Built target slv
[ 16%] Built target c
[ 16%] Linking C executable init.elf
[ 16%] Linking C executable ls.elf
[ 17%] Linking C executable time.elf
[ 17%] Linking C executable ping.elf
[ 17%] Linking C executable sh.elf
[ 17%] Linking C executable more.elf
[ 17%] Linking C executable mydev_test.elf
[ 17%] Built target mydev_test.elf
[ 17%] Built target time.elf
[ 17%] Built target ls.elf
[ 17%] Built target init.elf
[ 17%] Built target more.elf
[ 18%] Built target ping.elf
[ 18%] Built target sh.elf
[ 51%] Built target lvgl
[ 55%] Built target lvgl_thorvg
[ 74%] Built target lvgl_examples
[ 99%] Built target lvgl_demos
[100%] Linking C executable lvgl_benchmark.elf
[100%] Linking C executable lvgl_demo.elf
[100%] Linking C executable lvgl_perf.elf
[100%] Built target lvgl_perf.elf
[100%] Built target lvgl_demo.elf
[100%] Built target lvgl_benchmark.elf

@AndreCostaaa AndreCostaaa linked an issue Apr 28, 2025 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Regression in so3/usr build.sh
1 participant