Jump to content

Recommended Posts

Posted

Hello,

I wanted to try uGFX on Odroid C1 with framebuffer but it's not a success as expected.

I modified the files for the right ARM processor (Cortex A5). I built hello world with success (as Raspberry tutorial). When i run it, nothing (application is running but screen remain unchanged). Do i missed something ?

Thank you for your help.

 

  • 2 weeks later...
Posted (edited)

Hello,

Thank you, sorry for my late response, i was out for few days.

There was no output on console, do you expect something in system log (dmesg) ? I will check that asap.

 

Edited by Fabien Comte
  • 2 weeks later...
Posted
On ‎23‎/‎09‎/‎2017 at 00:00, inmarket said:

Redirect stderr to a file. Without that redirection there are all sorts of reasons you might not see the messages.

Eg. Program 2> logfile

 

Hello,

Thank you for your help. I'm out of office, i will test tomorrow.

Posted

It works, it was a bad GCC CPU configuration.

For people that build directly on the final target, use this CPU.mk

#
# This file is subject to the terms of the GFX License. If a copy of
# the license was not distributed with this file, you can obtain one at:
#
#             http://ugfx.org/license.html
#
#
# See readme.txt for the make API
#
# Requirements:
#
# NONE
#
# no more flags, let GCC set the right values

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...