Skip to content
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

fixed a compilation issue #365

Merged

Conversation

Leviathan3DPrinting
Copy link

@Leviathan3DPrinting Leviathan3DPrinting commented May 10, 2024

platform_language.cpp fixes this issue
0x00000000007710bd in Ion::Simulator::Platform::languageCode () at ion/src/simulator/linux/platform_language.cpp:11 11 if (locale[2] == '_') { (gdb) backtrace #0 0x00000000007710bd in Ion::Simulator::Platform::languageCode () at ion/src/simulator/linux/platform_language.cpp:11 #1 0x00000000007741b5 in main (argc=2, argv=0x7fffffff70c8) at ion/src/simulator/shared/main.cpp:62

Copy link

.text .rodata .bss .data Total (RAM) Total (ROM)
Base 822196 bytes 477925 bytes 226520 bytes 1820 bytes 228340 bytes 1301941 bytes
Head 822308 bytes 477925 bytes 226520 bytes 1820 bytes 228340 bytes 1302053 bytes
+112 bytes +0 bytes +0 bytes +0 bytes +0 bytes +112 bytes
+0.0 % +0.0 % +0.0 % +0.0 % +0.0 % +0.0 %

@Leviathan3DPrinting Leviathan3DPrinting changed the title fix compilation and memory issues fixed a compilation issue May 10, 2024
Copy link

.text .rodata .bss .data Total (RAM) Total (ROM)
Base 822196 bytes 477925 bytes 226520 bytes 1820 bytes 228340 bytes 1301941 bytes
Head 822308 bytes 477925 bytes 226520 bytes 1820 bytes 228340 bytes 1302053 bytes
+112 bytes +0 bytes +0 bytes +0 bytes +0 bytes +112 bytes
+0.0 % +0.0 % +0.0 % +0.0 % +0.0 % +0.0 %

Copy link

.text .rodata .bss .data Total (RAM) Total (ROM)
Base 822196 bytes 477925 bytes 226520 bytes 1820 bytes 228340 bytes 1301941 bytes
Head 822196 bytes 477925 bytes 226520 bytes 1820 bytes 228340 bytes 1301941 bytes
+0 bytes +0 bytes +0 bytes +0 bytes +0 bytes +0 bytes
+0.0 % +0.0 % +0.0 % +0.0 % +0.0 % +0.0 %

1 similar comment
Copy link

.text .rodata .bss .data Total (RAM) Total (ROM)
Base 822196 bytes 477925 bytes 226520 bytes 1820 bytes 228340 bytes 1301941 bytes
Head 822196 bytes 477925 bytes 226520 bytes 1820 bytes 228340 bytes 1301941 bytes
+0 bytes +0 bytes +0 bytes +0 bytes +0 bytes +0 bytes
+0.0 % +0.0 % +0.0 % +0.0 % +0.0 % +0.0 %

@Yaya-Cout Yaya-Cout merged commit ac71576 into UpsilonNumworks:upsilon-dev May 12, 2024
9 of 13 checks passed
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.

2 participants